Html Css Color HEX #36467C Resolution Blue

📋 copy color: '#36467C'

red 54 ◦ green 70 ◦ blue 124

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

Shades of Resolution Blue #36467C

Tints of Resolution Blue #36467C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.23%

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

R = 21.77%
G = 28.23%
B = 50%

CMYK

 C value IS 0.56

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#36467C (or 0x36467C) is known color: Resolution Blue. HEX triplet: 36, 46 and 7C. RGB value is (54,70,124). Sum of RGB (Red+Green+Blue) = 54+70+124=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 70 (27.73% from 255 or 28.23% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #36467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36467C is #C9B983. Grayscale: #474747. Windows color (decimal): -13220228 or 8144438. OLE color: 8144438.

HSL color Cylindrical-coordinate representation of color #36467C: hue angle of 226.29º 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 #36467C is Cyan = 0.56, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 54 70 124 -
CMYK 0.56 0.44 0 0.51
HSL 226.29º 0.39% 0.35% -
HSV(B) 226.29º 0.56% 0.49% -
XYZ 7.35 6.62 19.96 -
YUV 71.37 157.7 115.61 -
System Red Green Blue C M Y K H S L
Decimal 54 70 124 0.56 0.44 0 0.51 226.29 0.39 0.35
Hex 36 46 7C 38 2C 0 33 E2 27 23
Octal 66 106 174 70 54 0 63 342 47 43
Binary 110110 1000110 1111100 111000 101100 0 110011 11100010 100111 100011

Color Harmonies of #36467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36467C

Black with #36467C

Text Example


Text Example

White with #36467C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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