Html Css Color HEX #367889 Astral

📋 copy color: '#367889'

red 54 ◦ green 120 ◦ blue 137

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

Shades of Astral #367889

Tints of Astral #367889

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.59%

 BLUE value IS 137 (53.91% from 255) = 44.05%

R = 17.36%
G = 38.59%
B = 44.05%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#367889 (or 0x367889) is known color: Astral. HEX triplet: 36, 78 and 89. RGB value is (54,120,137). Sum of RGB (Red+Green+Blue) = 54+120+137=311 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.36% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 137 - color contains mainly: blue. Hex color #367889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367889 is #C98776. Grayscale: #666666. Windows color (decimal): -13207415 or 9009206. OLE color: 9009206.

HSL color Cylindrical-coordinate representation of color #367889: hue angle of 192.29º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367889 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 120 137 -
CMYK 0.61 0.12 0 0.46
HSL 192.29º 0.43% 0.37% -
HSV(B) 192.29º 0.61% 0.54% -
XYZ 12.75 16.02 26.09 -
YUV 102.2 147.63 93.62 -
System Red Green Blue C M Y K H S L
Decimal 54 120 137 0.61 0.12 0 0.46 192.29 0.43 0.37
Hex 36 78 89 3D C 0 2E C0 2B 25
Octal 66 170 211 75 14 0 56 300 53 45
Binary 110110 1111000 10001001 111101 1100 0 101110 11000000 101011 100101

Color Harmonies of #367889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367889

Black with #367889

Text Example


Text Example

White with #367889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367889; }

 p { color: rgb(54,120,137); }

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

background-color css

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

 a { background-color: rgb(54,120,137); }

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

border-color css

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

 span { border-color: rgb(54,120,137); }

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