Html Css Color HEX #367083 Astral

📋 copy color: '#367083'

red 54 ◦ green 112 ◦ blue 131

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

Shades of Astral #367083

Tints of Astral #367083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 44.11%

R = 18.18%
G = 37.71%
B = 44.11%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367083 (or 0x367083) is known color: Astral. HEX triplet: 36, 70 and 83. RGB value is (54,112,131). Sum of RGB (Red+Green+Blue) = 54+112+131=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #367083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367083 is #C98F7C. Grayscale: #606060. Windows color (decimal): -13209469 or 8613942. OLE color: 8613942.

HSL color Cylindrical-coordinate representation of color #367083: hue angle of 194.81º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #367083 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 112 131 -
CMYK 0.59 0.15 0 0.49
HSL 194.81º 0.42% 0.36% -
HSV(B) 194.81º 0.59% 0.51% -
XYZ 11.41 14.01 23.58 -
YUV 96.82 147.28 97.46 -
System Red Green Blue C M Y K H S L
Decimal 54 112 131 0.59 0.15 0 0.49 194.81 0.42 0.36
Hex 36 70 83 3B F 0 31 C3 2A 24
Octal 66 160 203 73 17 0 61 303 52 44
Binary 110110 1110000 10000011 111011 1111 0 110001 11000011 101010 100100

Color Harmonies of #367083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367083

Black with #367083

Text Example


Text Example

White with #367083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367083; }

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

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

background-color css

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

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

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

border-color css

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

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

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