Html Css Color HEX #367897 Astral

📋 copy color: '#367897'

red 54 ◦ green 120 ◦ blue 151

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

Shades of Astral #367897

Tints of Astral #367897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 16.62%
G = 36.92%
B = 46.46%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367897 (or 0x367897) is known color: Astral. HEX triplet: 36, 78 and 97. RGB value is (54,120,151). Sum of RGB (Red+Green+Blue) = 54+120+151=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #367897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367897 is #C98768. Grayscale: #676767. Windows color (decimal): -13207401 or 9926710. OLE color: 9926710.

HSL color Cylindrical-coordinate representation of color #367897: hue angle of 199.18º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367897 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 120 151 -
CMYK 0.64 0.21 0 0.41
HSL 199.18º 0.47% 0.4% -
HSV(B) 199.18º 0.64% 0.59% -
XYZ 13.82 16.45 31.73 -
YUV 103.8 154.63 92.48 -
System Red Green Blue C M Y K H S L
Decimal 54 120 151 0.64 0.21 0 0.41 199.18 0.47 0.4
Hex 36 78 97 40 15 0 29 C7 2F 28
Octal 66 170 227 100 25 0 51 307 57 50
Binary 110110 1111000 10010111 1000000 10101 0 101001 11000111 101111 101000

Color Harmonies of #367897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367897

Black with #367897

Text Example


Text Example

White with #367897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367897; }

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

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

background-color css

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

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

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

border-color css

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

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

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