Html Css Color HEX #367183 Astral

📋 copy color: '#367183'

red 54 ◦ green 113 ◦ blue 131

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

Shades of Astral #367183

Tints of Astral #367183

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

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

R = 18.12%
G = 37.92%
B = 43.96%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#367183 (or 0x367183) is known color: Astral. HEX triplet: 36, 71 and 83. RGB value is (54,113,131). Sum of RGB (Red+Green+Blue) = 54+113+131=298 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.12% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #367183 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367183 is #C98E7C. Grayscale: #616161. Windows color (decimal): -13209213 or 8614198. OLE color: 8614198.

HSL color Cylindrical-coordinate representation of color #367183: hue angle of 194.03º 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 #367183 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 54 113 131 -
CMYK 0.59 0.14 0 0.49
HSL 194.03º 0.42% 0.36% -
HSV(B) 194.03º 0.59% 0.51% -
XYZ 11.52 14.23 23.61 -
YUV 97.41 146.95 97.04 -
System Red Green Blue C M Y K H S L
Decimal 54 113 131 0.59 0.14 0 0.49 194.03 0.42 0.36
Hex 36 71 83 3B E 0 31 C2 2A 24
Octal 66 161 203 73 16 0 61 302 52 44
Binary 110110 1110001 10000011 111011 1110 0 110001 11000010 101010 100100

Color Harmonies of #367183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367183

Black with #367183

Text Example


Text Example

White with #367183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367183; }

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

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

background-color css

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

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

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

border-color css

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

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

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