Html Css Color HEX #36668E Astral

📋 copy color: '#36668E'

red 54 ◦ green 102 ◦ blue 142

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

Shades of Astral #36668E

Tints of Astral #36668E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 47.65%

R = 18.12%
G = 34.23%
B = 47.65%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36668E (or 0x36668E) is known color: Astral. HEX triplet: 36, 66 and 8E. RGB value is (54,102,142). Sum of RGB (Red+Green+Blue) = 54+102+142=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 102 (40.23% from 255 or 34.23% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #36668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #36668E is #C99971. Grayscale: #5C5C5C. Windows color (decimal): -13212018 or 9332278. OLE color: 9332278.

HSL color Cylindrical-coordinate representation of color #36668E: hue angle of 207.27º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #36668E is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 102 142 -
CMYK 0.62 0.28 0 0.44
HSL 207.27º 0.45% 0.38% -
HSV(B) 207.27º 0.62% 0.56% -
XYZ 11.16 12.24 27.37 -
YUV 92.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 54 102 142 0.62 0.28 0 0.44 207.27 0.45 0.38
Hex 36 66 8E 3E 1C 0 2C CF 2D 26
Octal 66 146 216 76 34 0 54 317 55 46
Binary 110110 1100110 10001110 111110 11100 0 101100 11001111 101101 100110

Color Harmonies of #36668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36668E

Black with #36668E

Text Example


Text Example

White with #36668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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