Html Css Color HEX #36427F Resolution Blue

📋 copy color: '#36427F'

red 54 ◦ green 66 ◦ blue 127

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

Shades of Resolution Blue #36427F

Tints of Resolution Blue #36427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.72%

 BLUE value IS 127 (50% from 255) = 51.42%

R = 21.86%
G = 26.72%
B = 51.42%

CMYK

 C value IS 0.57

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#36427F (or 0x36427F) is known color: Resolution Blue. HEX triplet: 36, 42 and 7F. RGB value is (54,66,127). Sum of RGB (Red+Green+Blue) = 54+66+127=247 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.86% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #36427F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36427F is #C9BD80. Grayscale: #454545. Windows color (decimal): -13221249 or 8340022. OLE color: 8340022.

HSL color Cylindrical-coordinate representation of color #36427F: hue angle of 230.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #36427F is Cyan = 0.57, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 66 127 -
CMYK 0.57 0.48 0 0.50
HSL 230.14º 0.4% 0.35% -
HSV(B) 230.14º 0.57% 0.5% -
XYZ 7.3 6.21 20.89 -
YUV 69.37 160.52 117.04 -
System Red Green Blue C M Y K H S L
Decimal 54 66 127 0.57 0.48 0 0.50 230.14 0.4 0.35
Hex 36 42 7F 39 30 0 32 E6 28 23
Octal 66 102 177 71 60 0 62 346 50 43
Binary 110110 1000010 1111111 111001 110000 0 110010 11100110 101000 100011

Color Harmonies of #36427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36427F

Black with #36427F

Text Example


Text Example

White with #36427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36427F; }

 p { color: rgb(54,66,127); }

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

background-color css

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

 a { background-color: rgb(54,66,127); }

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

border-color css

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

 span { border-color: rgb(54,66,127); }

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