Html Css Color HEX #354471 Resolution Blue

📋 copy color: '#354471'

red 53 ◦ green 68 ◦ blue 113

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

Shades of Resolution Blue #354471

Tints of Resolution Blue #354471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 22.65%
G = 29.06%
B = 48.29%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354471 (or 0x354471) is known color: Resolution Blue. HEX triplet: 35, 44 and 71. RGB value is (53,68,113). Sum of RGB (Red+Green+Blue) = 53+68+113=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #354471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354471 is #CABB8E. Grayscale: #444444. Windows color (decimal): -13286287 or 7423029. OLE color: 7423029.

HSL color Cylindrical-coordinate representation of color #354471: hue angle of 225º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354471 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 68 113 -
CMYK 0.53 0.40 0 0.56
HSL 225º 0.36% 0.33% -
HSV(B) 225º 0.53% 0.44% -
XYZ 6.52 6.08 16.45 -
YUV 68.65 153.03 116.84 -
System Red Green Blue C M Y K H S L
Decimal 53 68 113 0.53 0.40 0 0.56 225 0.36 0.33
Hex 35 44 71 35 28 0 38 E1 24 21
Octal 65 104 161 65 50 0 70 341 44 41
Binary 110101 1000100 1110001 110101 101000 0 111000 11100001 100100 100001

Color Harmonies of #354471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354471

Black with #354471

Text Example


Text Example

White with #354471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354471; }

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

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

background-color css

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

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

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

border-color css

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

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

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