Html Css Color HEX #367A90 Astral

📋 copy color: '#367A90'

red 54 ◦ green 122 ◦ blue 144

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

Shades of Astral #367A90

Tints of Astral #367A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.13%

 BLUE value IS 144 (56.64% from 255) = 45%

R = 16.88%
G = 38.13%
B = 45%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#367A90 (or 0x367A90) is known color: Astral. HEX triplet: 36, 7A and 90. RGB value is (54,122,144). Sum of RGB (Red+Green+Blue) = 54+122+144=320 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.88% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #367A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A90 is #C9856F. Grayscale: #686868. Windows color (decimal): -13206896 or 9468470. OLE color: 9468470.

HSL color Cylindrical-coordinate representation of color #367A90: hue angle of 194.67º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #367A90 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 122 144 -
CMYK 0.63 0.15 0 0.44
HSL 194.67º 0.45% 0.39% -
HSV(B) 194.67º 0.63% 0.56% -
XYZ 13.51 16.72 28.9 -
YUV 104.18 150.47 92.21 -
System Red Green Blue C M Y K H S L
Decimal 54 122 144 0.63 0.15 0 0.44 194.67 0.45 0.39
Hex 36 7A 90 3F F 0 2C C3 2D 27
Octal 66 172 220 77 17 0 54 303 55 47
Binary 110110 1111010 10010000 111111 1111 0 101100 11000011 101101 100111

Color Harmonies of #367A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367A90

Black with #367A90

Text Example


Text Example

White with #367A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367A90; }

 p { color: rgb(54,122,144); }

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

background-color css

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

 a { background-color: rgb(54,122,144); }

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

border-color css

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

 span { border-color: rgb(54,122,144); }

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