Html Css Color HEX #367085 Astral

📋 copy color: '#367085'

red 54 ◦ green 112 ◦ blue 133

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

Shades of Astral #367085

Tints of Astral #367085

RGB

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

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

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

R = 18.06%
G = 37.46%
B = 44.48%

CMYK

 C value IS 0.59

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367085 (or 0x367085) is known color: Astral. HEX triplet: 36, 70 and 85. RGB value is (54,112,133). Sum of RGB (Red+Green+Blue) = 54+112+133=299 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.06% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 133 (52.34% from 255 or 44.48% from 299); Max value from RGB is 133 - color contains mainly: blue. Hex color #367085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367085 is #C98F7A. Grayscale: #606060. Windows color (decimal): -13209467 or 8745014. OLE color: 8745014.

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

Color convert

RGB 54 112 133 -
CMYK 0.59 0.16 0 0.48
HSL 195.95º 0.42% 0.37% -
HSV(B) 195.95º 0.59% 0.52% -
XYZ 11.55 14.07 24.3 -
YUV 97.05 148.28 97.29 -
System Red Green Blue C M Y K H S L
Decimal 54 112 133 0.59 0.16 0 0.48 195.95 0.42 0.37
Hex 36 70 85 3B 10 0 30 C4 2A 25
Octal 66 160 205 73 20 0 60 304 52 45
Binary 110110 1110000 10000101 111011 10000 0 110000 11000100 101010 100101

Color Harmonies of #367085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367085

Black with #367085

Text Example


Text Example

White with #367085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367085; }

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

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

background-color css

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

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

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

border-color css

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

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

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