Html Css Color HEX #36427C Resolution Blue

📋 copy color: '#36427C'

red 54 ◦ green 66 ◦ blue 124

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

Shades of Resolution Blue #36427C

Tints of Resolution Blue #36427C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 50.82%

R = 22.13%
G = 27.05%
B = 50.82%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36427C (or 0x36427C) is known color: Resolution Blue. HEX triplet: 36, 42 and 7C. RGB value is (54,66,124). Sum of RGB (Red+Green+Blue) = 54+66+124=244 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.13% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #36427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36427C is #C9BD83. Grayscale: #444444. Windows color (decimal): -13221252 or 8143414. OLE color: 8143414.

HSL color Cylindrical-coordinate representation of color #36427C: hue angle of 229.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36427C is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 66 124 -
CMYK 0.56 0.47 0 0.51
HSL 229.71º 0.39% 0.35% -
HSV(B) 229.71º 0.56% 0.49% -
XYZ 7.11 6.14 19.88 -
YUV 69.02 159.02 117.28 -
System Red Green Blue C M Y K H S L
Decimal 54 66 124 0.56 0.47 0 0.51 229.71 0.39 0.35
Hex 36 42 7C 38 2F 0 33 E6 27 23
Octal 66 102 174 70 57 0 63 346 47 43
Binary 110110 1000010 1111100 111000 101111 0 110011 11100110 100111 100011

Color Harmonies of #36427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36427C

Black with #36427C

Text Example


Text Example

White with #36427C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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