Html Css Color HEX #354776 Resolution Blue

📋 copy color: '#354776'

red 53 ◦ green 71 ◦ blue 118

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

Shades of Resolution Blue #354776

Tints of Resolution Blue #354776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 21.9%
G = 29.34%
B = 48.76%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354776 (or 0x354776) is known color: Resolution Blue. HEX triplet: 35, 47 and 76. RGB value is (53,71,118). Sum of RGB (Red+Green+Blue) = 53+71+118=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #354776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354776 is #CAB889. Grayscale: #464646. Windows color (decimal): -13285514 or 7751477. OLE color: 7751477.

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

Color convert

RGB 53 71 118 -
CMYK 0.55 0.40 0 0.54
HSL 223.38º 0.38% 0.34% -
HSV(B) 223.38º 0.55% 0.46% -
XYZ 6.99 6.57 18.04 -
YUV 70.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 53 71 118 0.55 0.40 0 0.54 223.38 0.38 0.34
Hex 35 47 76 37 28 0 36 DF 26 22
Octal 65 107 166 67 50 0 66 337 46 42
Binary 110101 1000111 1110110 110111 101000 0 110110 11011111 100110 100010

Color Harmonies of #354776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354776

Black with #354776

Text Example


Text Example

White with #354776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354776; }

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

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

background-color css

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

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

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

border-color css

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

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

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