Html Css Color HEX #30667E Astral

📋 copy color: '#30667E'

red 48 ◦ green 102 ◦ blue 126

#30667E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astral #30667E

Tints of Astral #30667E

RGB

 RED value IS 48 (19.14% from 255) = 17.39%

 GREEN value IS 102 (40.23% from 255) = 36.96%

 BLUE value IS 126 (49.61% from 255) = 45.65%

R = 17.39%
G = 36.96%
B = 45.65%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#30667E (or 0x30667E) is known color: Astral. HEX triplet: 30, 66 and 7E. RGB value is (48,102,126). Sum of RGB (Red+Green+Blue) = 48+102+126=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 102 (40.23% from 255 or 36.96% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #30667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667E is #CF9981. Grayscale: #585858. Windows color (decimal): -13605250 or 8283696. OLE color: 8283696.

HSL color Cylindrical-coordinate representation of color #30667E: hue angle of 198.46º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30667E is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 48 102 126 -
CMYK 0.62 0.19 0 0.51
HSL 198.46º 0.45% 0.34% -
HSV(B) 198.46º 0.62% 0.49% -
XYZ 9.74 11.64 21.47 -
YUV 88.59 149.11 99.05 -
System Red Green Blue C M Y K H S L
Decimal 48 102 126 0.62 0.19 0 0.51 198.46 0.45 0.34
Hex 30 66 7E 3E 13 0 33 C6 2D 22
Octal 60 146 176 76 23 0 63 306 55 42
Binary 110000 1100110 1111110 111110 10011 0 110011 11000110 101101 100010

Color Harmonies of #30667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30667E

Black with #30667E

Text Example


Text Example

White with #30667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30667E; }

 p { color: rgb(48,102,126); }

 H1.HeaderClassName
 {
   color: #30667E;
 }
 .AnyTagClassName
 {
   color: #30667E;
 }
</style>

background-color css

<style>
 a { background-color: #30667E; }

 a { background-color: rgb(48,102,126); }

 div.DivClassName
 {
   background-color: #30667E;
 }
 .BgClassName
 {
   background-color: #30667E;
 }
</style>

border-color css

<style>
 span { border-color: #30667E; }

 span { border-color: rgb(48,102,126); }

 td.TdClassName
 {
   border-color: #30667E;
 }
 .TagClassName
 {
   border-color: #30667E;
 }
</style>