Html Css Color HEX #36477B Resolution Blue

📋 copy color: '#36477B'

red 54 ◦ green 71 ◦ blue 123

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

Shades of Resolution Blue #36477B

Tints of Resolution Blue #36477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.63%

 BLUE value IS 123 (48.44% from 255) = 49.6%

R = 21.77%
G = 28.63%
B = 49.6%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#36477B (or 0x36477B) is known color: Resolution Blue. HEX triplet: 36, 47 and 7B. RGB value is (54,71,123). Sum of RGB (Red+Green+Blue) = 54+71+123=248 (32% of max value = 765). Red value is 54 (21.48% from 255 or 21.77% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 123 (48.44% from 255 or 49.60% from 248); Max value from RGB is 123 - color contains mainly: blue. Hex color #36477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36477B is #C9B884. Grayscale: #474747. Windows color (decimal): -13219973 or 8079158. OLE color: 8079158.

HSL color Cylindrical-coordinate representation of color #36477B: hue angle of 225.22º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #36477B is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 54 71 123 -
CMYK 0.56 0.42 0 0.52
HSL 225.22º 0.39% 0.35% -
HSV(B) 225.22º 0.56% 0.48% -
XYZ 7.35 6.72 19.65 -
YUV 71.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 54 71 123 0.56 0.42 0 0.52 225.22 0.39 0.35
Hex 36 47 7B 38 2A 0 34 E1 27 23
Octal 66 107 173 70 52 0 64 341 47 43
Binary 110110 1000111 1111011 111000 101010 0 110100 11100001 100111 100011

Color Harmonies of #36477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36477B

Black with #36477B

Text Example


Text Example

White with #36477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36477B; }

 p { color: rgb(54,71,123); }

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

background-color css

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

 a { background-color: rgb(54,71,123); }

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

border-color css

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

 span { border-color: rgb(54,71,123); }

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