Html Css Color HEX #354475 Resolution Blue

📋 copy color: '#354475'

red 53 ◦ green 68 ◦ blue 117

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

Shades of Resolution Blue #354475

Tints of Resolution Blue #354475

RGB

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

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

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

R = 22.27%
G = 28.57%
B = 49.16%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354475 (or 0x354475) is known color: Resolution Blue. HEX triplet: 35, 44 and 75. RGB value is (53,68,117). Sum of RGB (Red+Green+Blue) = 53+68+117=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #354475 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354475 is #CABB8A. Grayscale: #444444. Windows color (decimal): -13286283 or 7685173. OLE color: 7685173.

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

Color convert

RGB 53 68 117 -
CMYK 0.55 0.42 0 0.54
HSL 225.94º 0.38% 0.33% -
HSV(B) 225.94º 0.55% 0.46% -
XYZ 6.75 6.18 17.67 -
YUV 69.1 155.03 116.52 -
System Red Green Blue C M Y K H S L
Decimal 53 68 117 0.55 0.42 0 0.54 225.94 0.38 0.33
Hex 35 44 75 37 2A 0 36 E2 26 21
Octal 65 104 165 67 52 0 66 342 46 41
Binary 110101 1000100 1110101 110111 101010 0 110110 11100010 100110 100001

Color Harmonies of #354475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354475

Black with #354475

Text Example


Text Example

White with #354475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354475; }

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

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

background-color css

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

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

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

border-color css

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

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

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