Html Css Color HEX #367094 Astral

📋 copy color: '#367094'

red 54 ◦ green 112 ◦ blue 148

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

Shades of Astral #367094

Tints of Astral #367094

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 148 (58.2% from 255) = 47.13%

R = 17.2%
G = 35.67%
B = 47.13%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367094 (or 0x367094) is known color: Astral. HEX triplet: 36, 70 and 94. RGB value is (54,112,148). Sum of RGB (Red+Green+Blue) = 54+112+148=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #367094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367094 is #C98F6B. Grayscale: #626262. Windows color (decimal): -13209452 or 9728054. OLE color: 9728054.

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

Color convert

RGB 54 112 148 -
CMYK 0.64 0.24 0 0.42
HSL 202.98º 0.47% 0.4% -
HSV(B) 202.98º 0.64% 0.58% -
XYZ 12.66 14.51 30.15 -
YUV 98.76 155.78 96.07 -
System Red Green Blue C M Y K H S L
Decimal 54 112 148 0.64 0.24 0 0.42 202.98 0.47 0.4
Hex 36 70 94 40 18 0 2A CB 2F 28
Octal 66 160 224 100 30 0 52 313 57 50
Binary 110110 1110000 10010100 1000000 11000 0 101010 11001011 101111 101000

Color Harmonies of #367094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367094

Black with #367094

Text Example


Text Example

White with #367094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367094; }

 p { color: rgb(54,112,148); }

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

background-color css

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

 a { background-color: rgb(54,112,148); }

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

border-color css

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

 span { border-color: rgb(54,112,148); }

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