Html Css Color HEX #36667E Astral

📋 copy color: '#36667E'

red 54 ◦ green 102 ◦ blue 126

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

Shades of Astral #36667E

Tints of Astral #36667E

RGB

 RED value IS 54 (21.48% from 255) = 19.15%

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

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

R = 19.15%
G = 36.17%
B = 44.68%

CMYK

 C value IS 0.57

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36667E (or 0x36667E) is known color: Astral. HEX triplet: 36, 66 and 7E. RGB value is (54,102,126). Sum of RGB (Red+Green+Blue) = 54+102+126=282 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.15% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 126 (49.61% from 255 or 44.68% from 282); Max value from RGB is 126 - color contains mainly: blue. Hex color #36667E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36667E is #C99981. Grayscale: #5A5A5A. Windows color (decimal): -13212034 or 8283702. OLE color: 8283702.

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

Color convert

RGB 54 102 126 -
CMYK 0.57 0.19 0 0.51
HSL 200º 0.4% 0.35% -
HSV(B) 200º 0.57% 0.49% -
XYZ 10.04 11.79 21.49 -
YUV 90.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 54 102 126 0.57 0.19 0 0.51 200 0.4 0.35
Hex 36 66 7E 39 13 0 33 C8 28 23
Octal 66 146 176 71 23 0 63 310 50 43
Binary 110110 1100110 1111110 111001 10011 0 110011 11001000 101000 100011

Color Harmonies of #36667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36667E

Black with #36667E

Text Example


Text Example

White with #36667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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