Html Css Color HEX #367385 Astral

📋 copy color: '#367385'

red 54 ◦ green 115 ◦ blue 133

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

Shades of Astral #367385

Tints of Astral #367385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 17.88%
G = 38.08%
B = 44.04%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#367385 (or 0x367385) is known color: Astral. HEX triplet: 36, 73 and 85. RGB value is (54,115,133). Sum of RGB (Red+Green+Blue) = 54+115+133=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 133 (52.34% from 255 or 44.04% from 302); Max value from RGB is 133 - color contains mainly: blue. Hex color #367385 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367385 is #C98C7A. Grayscale: #626262. Windows color (decimal): -13208699 or 8745782. OLE color: 8745782.

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

Color convert

RGB 54 115 133 -
CMYK 0.59 0.14 0 0.48
HSL 193.67º 0.42% 0.37% -
HSV(B) 193.67º 0.59% 0.52% -
XYZ 11.89 14.74 24.41 -
YUV 98.81 147.29 96.04 -
System Red Green Blue C M Y K H S L
Decimal 54 115 133 0.59 0.14 0 0.48 193.67 0.42 0.37
Hex 36 73 85 3B E 0 30 C2 2A 25
Octal 66 163 205 73 16 0 60 302 52 45
Binary 110110 1110011 10000101 111011 1110 0 110000 11000010 101010 100101

Color Harmonies of #367385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367385

Black with #367385

Text Example


Text Example

White with #367385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367385; }

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

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

background-color css

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

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

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

border-color css

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

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

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