Html Css Color HEX #367286 Astral

📋 copy color: '#367286'

red 54 ◦ green 114 ◦ blue 134

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

Shades of Astral #367286

Tints of Astral #367286

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

 BLUE value IS 134 (52.73% from 255) = 44.37%

R = 17.88%
G = 37.75%
B = 44.37%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#367286 (or 0x367286) is known color: Astral. HEX triplet: 36, 72 and 86. RGB value is (54,114,134). Sum of RGB (Red+Green+Blue) = 54+114+134=302 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.88% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 134 (52.73% from 255 or 44.37% from 302); Max value from RGB is 134 - color contains mainly: blue. Hex color #367286 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367286 is #C98D79. Grayscale: #626262. Windows color (decimal): -13208954 or 8811062. OLE color: 8811062.

HSL color Cylindrical-coordinate representation of color #367286: hue angle of 195º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367286 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 114 134 -
CMYK 0.60 0.15 0 0.47
HSL 195º 0.43% 0.37% -
HSV(B) 195º 0.6% 0.53% -
XYZ 11.84 14.54 24.74 -
YUV 98.34 148.12 96.37 -
System Red Green Blue C M Y K H S L
Decimal 54 114 134 0.60 0.15 0 0.47 195 0.43 0.37
Hex 36 72 86 3C F 0 2F C3 2B 25
Octal 66 162 206 74 17 0 57 303 53 45
Binary 110110 1110010 10000110 111100 1111 0 101111 11000011 101011 100101

Color Harmonies of #367286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367286

Black with #367286

Text Example


Text Example

White with #367286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367286; }

 p { color: rgb(54,114,134); }

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

background-color css

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

 a { background-color: rgb(54,114,134); }

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

border-color css

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

 span { border-color: rgb(54,114,134); }

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