Html Css Color HEX #367093 Astral

📋 copy color: '#367093'

red 54 ◦ green 112 ◦ blue 147

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

Shades of Astral #367093

Tints of Astral #367093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 46.96%

R = 17.25%
G = 35.78%
B = 46.96%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367093 (or 0x367093) is known color: Astral. HEX triplet: 36, 70 and 93. RGB value is (54,112,147). Sum of RGB (Red+Green+Blue) = 54+112+147=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #367093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367093 is #C98F6C. Grayscale: #626262. Windows color (decimal): -13209453 or 9662518. OLE color: 9662518.

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

Color convert

RGB 54 112 147 -
CMYK 0.63 0.24 0 0.42
HSL 202.58º 0.46% 0.39% -
HSV(B) 202.58º 0.63% 0.58% -
XYZ 12.58 14.48 29.74 -
YUV 98.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 54 112 147 0.63 0.24 0 0.42 202.58 0.46 0.39
Hex 36 70 93 3F 18 0 2A CB 2E 27
Octal 66 160 223 77 30 0 52 313 56 47
Binary 110110 1110000 10010011 111111 11000 0 101010 11001011 101110 100111

Color Harmonies of #367093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367093

Black with #367093

Text Example


Text Example

White with #367093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367093; }

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

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

background-color css

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

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

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

border-color css

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

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

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