Html Css Color HEX #354575 Resolution Blue

📋 copy color: '#354575'

red 53 ◦ green 69 ◦ blue 117

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

Shades of Resolution Blue #354575

Tints of Resolution Blue #354575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 117 (46.09% from 255) = 48.95%

R = 22.18%
G = 28.87%
B = 48.95%

CMYK

 C value IS 0.55

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354575 (or 0x354575) is known color: Resolution Blue. HEX triplet: 35, 45 and 75. RGB value is (53,69,117). Sum of RGB (Red+Green+Blue) = 53+69+117=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #354575 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354575 is #CABA8A. Grayscale: #454545. Windows color (decimal): -13286027 or 7685429. OLE color: 7685429.

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

Color convert

RGB 53 69 117 -
CMYK 0.55 0.41 0 0.54
HSL 225º 0.38% 0.33% -
HSV(B) 225º 0.55% 0.46% -
XYZ 6.81 6.3 17.69 -
YUV 69.69 154.7 116.1 -
System Red Green Blue C M Y K H S L
Decimal 53 69 117 0.55 0.41 0 0.54 225 0.38 0.33
Hex 35 45 75 37 29 0 36 E1 26 21
Octal 65 105 165 67 51 0 66 341 46 41
Binary 110101 1000101 1110101 110111 101001 0 110110 11100001 100110 100001

Color Harmonies of #354575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354575

Black with #354575

Text Example


Text Example

White with #354575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354575; }

 p { color: rgb(53,69,117); }

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

background-color css

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

 a { background-color: rgb(53,69,117); }

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

border-color css

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

 span { border-color: rgb(53,69,117); }

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