Html Css Color HEX #35477C Resolution Blue

📋 copy color: '#35477C'

red 53 ◦ green 71 ◦ blue 124

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

Shades of Resolution Blue #35477C

Tints of Resolution Blue #35477C

RGB

 RED value IS 53 (21.09% from 255) = 21.37%

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

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

R = 21.37%
G = 28.63%
B = 50%

CMYK

 C value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#35477C (or 0x35477C) is known color: Resolution Blue. HEX triplet: 35, 47 and 7C. RGB value is (53,71,124). Sum of RGB (Red+Green+Blue) = 53+71+124=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 71 (28.12% from 255 or 28.63% 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 #35477C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35477C is #CAB883. Grayscale: #474747. Windows color (decimal): -13285508 or 8144693. OLE color: 8144693.

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

Color convert

RGB 53 71 124 -
CMYK 0.57 0.43 0 0.51
HSL 224.79º 0.4% 0.35% -
HSV(B) 224.79º 0.57% 0.49% -
XYZ 7.36 6.72 19.98 -
YUV 71.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 53 71 124 0.57 0.43 0 0.51 224.79 0.4 0.35
Hex 35 47 7C 39 2B 0 33 E1 28 23
Octal 65 107 174 71 53 0 63 341 50 43
Binary 110101 1000111 1111100 111001 101011 0 110011 11100001 101000 100011

Color Harmonies of #35477C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35477C

Black with #35477C

Text Example


Text Example

White with #35477C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,71,124); }

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

background-color css

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

 a { background-color: rgb(53,71,124); }

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

border-color css

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

 span { border-color: rgb(53,71,124); }

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