Html Css Color HEX #367488 Astral

📋 copy color: '#367488'

red 54 ◦ green 116 ◦ blue 136

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

Shades of Astral #367488

Tints of Astral #367488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.91%

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

R = 17.65%
G = 37.91%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367488 (or 0x367488) is known color: Astral. HEX triplet: 36, 74 and 88. RGB value is (54,116,136). Sum of RGB (Red+Green+Blue) = 54+116+136=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #367488 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367488 is #C98B77. Grayscale: #636363. Windows color (decimal): -13208440 or 8942646. OLE color: 8942646.

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

Color convert

RGB 54 116 136 -
CMYK 0.60 0.15 0 0.47
HSL 194.63º 0.43% 0.37% -
HSV(B) 194.63º 0.6% 0.53% -
XYZ 12.21 15.05 25.55 -
YUV 99.74 148.46 95.37 -
System Red Green Blue C M Y K H S L
Decimal 54 116 136 0.60 0.15 0 0.47 194.63 0.43 0.37
Hex 36 74 88 3C F 0 2F C3 2B 25
Octal 66 164 210 74 17 0 57 303 53 45
Binary 110110 1110100 10001000 111100 1111 0 101111 11000011 101011 100101

Color Harmonies of #367488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367488

Black with #367488

Text Example


Text Example

White with #367488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367488; }

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

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

background-color css

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

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

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

border-color css

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

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

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