Html Css Color HEX #367288 Astral

📋 copy color: '#367288'

red 54 ◦ green 114 ◦ blue 136

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

Shades of Astral #367288

Tints of Astral #367288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 17.76%
G = 37.5%
B = 44.74%

CMYK

 C value IS 0.60

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367288 (or 0x367288) is known color: Astral. HEX triplet: 36, 72 and 88. RGB value is (54,114,136). Sum of RGB (Red+Green+Blue) = 54+114+136=304 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.76% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #367288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367288 is #C98D77. Grayscale: #626262. Windows color (decimal): -13208952 or 8942134. OLE color: 8942134.

HSL color Cylindrical-coordinate representation of color #367288: hue angle of 196.1º 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 #367288 is Cyan = 0.60, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 114 136 -
CMYK 0.60 0.16 0 0.47
HSL 196.1º 0.43% 0.37% -
HSV(B) 196.1º 0.6% 0.53% -
XYZ 11.98 14.6 25.48 -
YUV 98.57 149.12 96.21 -
System Red Green Blue C M Y K H S L
Decimal 54 114 136 0.60 0.16 0 0.47 196.1 0.43 0.37
Hex 36 72 88 3C 10 0 2F C4 2B 25
Octal 66 162 210 74 20 0 57 304 53 45
Binary 110110 1110010 10001000 111100 10000 0 101111 11000100 101011 100101

Color Harmonies of #367288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367288

Black with #367288

Text Example


Text Example

White with #367288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367288; }

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

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

background-color css

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

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

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

border-color css

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

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

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