Html Css Color HEX #354271 Resolution Blue

📋 copy color: '#354271'

red 53 ◦ green 66 ◦ blue 113

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

Shades of Resolution Blue #354271

Tints of Resolution Blue #354271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

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

R = 22.84%
G = 28.45%
B = 48.71%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354271 (or 0x354271) is known color: Resolution Blue. HEX triplet: 35, 42 and 71. RGB value is (53,66,113). Sum of RGB (Red+Green+Blue) = 53+66+113=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #354271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354271 is #CABD8E. Grayscale: #434343. Windows color (decimal): -13286799 or 7422517. OLE color: 7422517.

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

Color convert

RGB 53 66 113 -
CMYK 0.53 0.42 0 0.56
HSL 227º 0.36% 0.33% -
HSV(B) 227º 0.53% 0.44% -
XYZ 6.4 5.85 16.41 -
YUV 67.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 53 66 113 0.53 0.42 0 0.56 227 0.36 0.33
Hex 35 42 71 35 2A 0 38 E3 24 21
Octal 65 102 161 65 52 0 70 343 44 41
Binary 110101 1000010 1110001 110101 101010 0 111000 11100011 100100 100001

Color Harmonies of #354271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354271

Black with #354271

Text Example


Text Example

White with #354271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354271; }

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

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

background-color css

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

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

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

border-color css

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

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

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