Html Css Color HEX #354477 Resolution Blue

📋 copy color: '#354477'

red 53 ◦ green 68 ◦ blue 119

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

Shades of Resolution Blue #354477

Tints of Resolution Blue #354477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.33%

 BLUE value IS 119 (46.88% from 255) = 49.58%

R = 22.08%
G = 28.33%
B = 49.58%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354477 (or 0x354477) is known color: Resolution Blue. HEX triplet: 35, 44 and 77. RGB value is (53,68,119). Sum of RGB (Red+Green+Blue) = 53+68+119=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #354477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354477 is #CABB88. Grayscale: #454545. Windows color (decimal): -13286281 or 7816245. OLE color: 7816245.

HSL color Cylindrical-coordinate representation of color #354477: hue angle of 226.36º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #354477 is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 68 119 -
CMYK 0.55 0.43 0 0.53
HSL 226.36º 0.38% 0.34% -
HSV(B) 226.36º 0.55% 0.47% -
XYZ 6.87 6.22 18.29 -
YUV 69.33 156.03 116.35 -
System Red Green Blue C M Y K H S L
Decimal 53 68 119 0.55 0.43 0 0.53 226.36 0.38 0.34
Hex 35 44 77 37 2B 0 35 E2 26 22
Octal 65 104 167 67 53 0 65 342 46 42
Binary 110101 1000100 1110111 110111 101011 0 110101 11100010 100110 100010

Color Harmonies of #354477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354477

Black with #354477

Text Example


Text Example

White with #354477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354477; }

 p { color: rgb(53,68,119); }

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

background-color css

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

 a { background-color: rgb(53,68,119); }

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

border-color css

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

 span { border-color: rgb(53,68,119); }

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