Html Css Color HEX #354777 Resolution Blue

📋 copy color: '#354777'

red 53 ◦ green 71 ◦ blue 119

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

Shades of Resolution Blue #354777

Tints of Resolution Blue #354777

RGB

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

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

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

R = 21.81%
G = 29.22%
B = 48.97%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354777 (or 0x354777) is known color: Resolution Blue. HEX triplet: 35, 47 and 77. RGB value is (53,71,119). Sum of RGB (Red+Green+Blue) = 53+71+119=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 119 (46.88% from 255 or 48.97% from 243); Max value from RGB is 119 - color contains mainly: blue. Hex color #354777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354777 is #CAB888. Grayscale: #464646. Windows color (decimal): -13285513 or 7817013. OLE color: 7817013.

HSL color Cylindrical-coordinate representation of color #354777: hue angle of 223.64º 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 #354777 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 71 119 -
CMYK 0.55 0.40 0 0.53
HSL 223.64º 0.38% 0.34% -
HSV(B) 223.64º 0.55% 0.47% -
XYZ 7.05 6.6 18.35 -
YUV 71.09 155.04 115.1 -
System Red Green Blue C M Y K H S L
Decimal 53 71 119 0.55 0.40 0 0.53 223.64 0.38 0.34
Hex 35 47 77 37 28 0 35 E0 26 22
Octal 65 107 167 67 50 0 65 340 46 42
Binary 110101 1000111 1110111 110111 101000 0 110101 11100000 100110 100010

Color Harmonies of #354777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354777

Black with #354777

Text Example


Text Example

White with #354777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354777; }

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

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

background-color css

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

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

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

border-color css

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

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

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