Html Css Color HEX #367185 Astral

📋 copy color: '#367185'

red 54 ◦ green 113 ◦ blue 133

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

Shades of Astral #367185

Tints of Astral #367185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 18%
G = 37.67%
B = 44.33%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367185 (or 0x367185) is known color: Astral. HEX triplet: 36, 71 and 85. RGB value is (54,113,133). Sum of RGB (Red+Green+Blue) = 54+113+133=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #367185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367185 is #C98E7A. Grayscale: #616161. Windows color (decimal): -13209211 or 8745270. OLE color: 8745270.

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

Color convert

RGB 54 113 133 -
CMYK 0.59 0.15 0 0.48
HSL 195.19º 0.42% 0.37% -
HSV(B) 195.19º 0.59% 0.52% -
XYZ 11.66 14.29 24.33 -
YUV 97.64 147.95 96.87 -
System Red Green Blue C M Y K H S L
Decimal 54 113 133 0.59 0.15 0 0.48 195.19 0.42 0.37
Hex 36 71 85 3B F 0 30 C3 2A 25
Octal 66 161 205 73 17 0 60 303 52 45
Binary 110110 1110001 10000101 111011 1111 0 110000 11000011 101010 100101

Color Harmonies of #367185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367185

Black with #367185

Text Example


Text Example

White with #367185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367185; }

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

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

background-color css

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

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

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

border-color css

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

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

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