Html Css Color HEX #367788 Astral

📋 copy color: '#367788'

red 54 ◦ green 119 ◦ blue 136

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

Shades of Astral #367788

Tints of Astral #367788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.51%

 BLUE value IS 136 (53.52% from 255) = 44.01%

R = 17.48%
G = 38.51%
B = 44.01%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367788 (or 0x367788) is known color: Astral. HEX triplet: 36, 77 and 88. RGB value is (54,119,136). Sum of RGB (Red+Green+Blue) = 54+119+136=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 119 (46.88% from 255 or 38.51% from 309); Blue value is 136 (53.52% from 255 or 44.01% from 309); Max value from RGB is 136 - color contains mainly: blue. Hex color #367788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367788 is #C98877. Grayscale: #656565. Windows color (decimal): -13207672 or 8943414. OLE color: 8943414.

HSL color Cylindrical-coordinate representation of color #367788: hue angle of 192.44º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367788 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 119 136 -
CMYK 0.60 0.12 0 0.47
HSL 192.44º 0.43% 0.37% -
HSV(B) 192.44º 0.6% 0.53% -
XYZ 12.56 15.76 25.67 -
YUV 101.5 147.47 94.12 -
System Red Green Blue C M Y K H S L
Decimal 54 119 136 0.60 0.12 0 0.47 192.44 0.43 0.37
Hex 36 77 88 3C C 0 2F C0 2B 25
Octal 66 167 210 74 14 0 57 300 53 45
Binary 110110 1110111 10001000 111100 1100 0 101111 11000000 101011 100101

Color Harmonies of #367788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367788

Black with #367788

Text Example


Text Example

White with #367788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367788; }

 p { color: rgb(54,119,136); }

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

background-color css

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

 a { background-color: rgb(54,119,136); }

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

border-color css

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

 span { border-color: rgb(54,119,136); }

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