Html Css Color HEX #366A8E Astral

📋 copy color: '#366A8E'

red 54 ◦ green 106 ◦ blue 142

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

Shades of Astral #366A8E

Tints of Astral #366A8E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 35.1%

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

R = 17.88%
G = 35.1%
B = 47.02%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#366A8E (or 0x366A8E) is known color: Astral. HEX triplet: 36, 6A and 8E. RGB value is (54,106,142). Sum of RGB (Red+Green+Blue) = 54+106+142=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 106 (41.80% from 255 or 35.10% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #366A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #366A8E is #C99571. Grayscale: #5E5E5E. Windows color (decimal): -13210994 or 9333302. OLE color: 9333302.

HSL color Cylindrical-coordinate representation of color #366A8E: hue angle of 204.55º 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 #366A8E is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 106 142 -
CMYK 0.62 0.25 0 0.44
HSL 204.55º 0.45% 0.38% -
HSV(B) 204.55º 0.62% 0.56% -
XYZ 11.56 13.05 27.5 -
YUV 94.56 154.77 99.07 -
System Red Green Blue C M Y K H S L
Decimal 54 106 142 0.62 0.25 0 0.44 204.55 0.45 0.38
Hex 36 6A 8E 3E 19 0 2C CD 2D 26
Octal 66 152 216 76 31 0 54 315 55 46
Binary 110110 1101010 10001110 111110 11001 0 101100 11001101 101101 100110

Color Harmonies of #366A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366A8E

Black with #366A8E

Text Example


Text Example

White with #366A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366A8E; }

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

 H1.HeaderClassName
 {
   color: #366A8E;
 }
 .AnyTagClassName
 {
   color: #366A8E;
 }
</style>

background-color css

<style>
 a { background-color: #366A8E; }

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

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

border-color css

<style>
 span { border-color: #366A8E; }

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

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