Html Css Color HEX #35477B Resolution Blue

📋 copy color: '#35477B'

red 53 ◦ green 71 ◦ blue 123

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

Shades of Resolution Blue #35477B

Tints of Resolution Blue #35477B

RGB

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

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

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

R = 21.46%
G = 28.74%
B = 49.8%

CMYK

 C value IS 0.57

 M value IS 0.42

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#35477B (or 0x35477B) is known color: Resolution Blue. HEX triplet: 35, 47 and 7B. RGB value is (53,71,123). Sum of RGB (Red+Green+Blue) = 53+71+123=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #35477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35477B is #CAB884. Grayscale: #474747. Windows color (decimal): -13285509 or 8079157. OLE color: 8079157.

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

Color convert

RGB 53 71 123 -
CMYK 0.57 0.42 0 0.52
HSL 224.57º 0.4% 0.35% -
HSV(B) 224.57º 0.57% 0.48% -
XYZ 7.3 6.69 19.65 -
YUV 71.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 53 71 123 0.57 0.42 0 0.52 224.57 0.4 0.35
Hex 35 47 7B 39 2A 0 34 E1 28 23
Octal 65 107 173 71 52 0 64 341 50 43
Binary 110101 1000111 1111011 111001 101010 0 110100 11100001 101000 100011

Color Harmonies of #35477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35477B

Black with #35477B

Text Example


Text Example

White with #35477B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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