Html Css Color HEX #367690 Astral

📋 copy color: '#367690'

red 54 ◦ green 118 ◦ blue 144

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

Shades of Astral #367690

Tints of Astral #367690

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

 BLUE value IS 144 (56.64% from 255) = 45.57%

R = 17.09%
G = 37.34%
B = 45.57%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367690 (or 0x367690) is known color: Astral. HEX triplet: 36, 76 and 90. RGB value is (54,118,144). Sum of RGB (Red+Green+Blue) = 54+118+144=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #367690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367690 is #C9896F. Grayscale: #656565. Windows color (decimal): -13207920 or 9467446. OLE color: 9467446.

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

Color convert

RGB 54 118 144 -
CMYK 0.63 0.18 0 0.44
HSL 197.33º 0.45% 0.39% -
HSV(B) 197.33º 0.63% 0.56% -
XYZ 13.03 15.75 28.74 -
YUV 101.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 54 118 144 0.63 0.18 0 0.44 197.33 0.45 0.39
Hex 36 76 90 3F 12 0 2C C5 2D 27
Octal 66 166 220 77 22 0 54 305 55 47
Binary 110110 1110110 10010000 111111 10010 0 101100 11000101 101101 100111

Color Harmonies of #367690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367690

Black with #367690

Text Example


Text Example

White with #367690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367690; }

 p { color: rgb(54,118,144); }

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

background-color css

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

 a { background-color: rgb(54,118,144); }

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

border-color css

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

 span { border-color: rgb(54,118,144); }

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