Html Css Color HEX #354677 Resolution Blue

📋 copy color: '#354677'

red 53 ◦ green 70 ◦ blue 119

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

Shades of Resolution Blue #354677

Tints of Resolution Blue #354677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.93%

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

R = 21.9%
G = 28.93%
B = 49.17%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354677 (or 0x354677) is known color: Resolution Blue. HEX triplet: 35, 46 and 77. RGB value is (53,70,119). Sum of RGB (Red+Green+Blue) = 53+70+119=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #354677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354677 is #CAB988. Grayscale: #464646. Windows color (decimal): -13285769 or 7816757. OLE color: 7816757.

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

Color convert

RGB 53 70 119 -
CMYK 0.55 0.41 0 0.53
HSL 224.55º 0.38% 0.34% -
HSV(B) 224.55º 0.55% 0.47% -
XYZ 6.99 6.47 18.33 -
YUV 70.5 155.37 115.52 -
System Red Green Blue C M Y K H S L
Decimal 53 70 119 0.55 0.41 0 0.53 224.55 0.38 0.34
Hex 35 46 77 37 29 0 35 E1 26 22
Octal 65 106 167 67 51 0 65 341 46 42
Binary 110101 1000110 1110111 110111 101001 0 110101 11100001 100110 100010

Color Harmonies of #354677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354677

Black with #354677

Text Example


Text Example

White with #354677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354677; }

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

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

background-color css

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

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

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

border-color css

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

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

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