Html Css Color HEX #354276 Resolution Blue

📋 copy color: '#354276'

red 53 ◦ green 66 ◦ blue 118

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

Shades of Resolution Blue #354276

Tints of Resolution Blue #354276

RGB

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

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

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

R = 22.36%
G = 27.85%
B = 49.79%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354276 (or 0x354276) is known color: Resolution Blue. HEX triplet: 35, 42 and 76. RGB value is (53,66,118). Sum of RGB (Red+Green+Blue) = 53+66+118=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 118 (46.48% from 255 or 49.79% from 237); Max value from RGB is 118 - color contains mainly: blue. Hex color #354276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354276 is #CABD89. Grayscale: #434343. Windows color (decimal): -13286794 or 7750197. OLE color: 7750197.

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

Color convert

RGB 53 66 118 -
CMYK 0.55 0.44 0 0.54
HSL 228º 0.38% 0.34% -
HSV(B) 228º 0.55% 0.46% -
XYZ 6.69 5.96 17.94 -
YUV 68.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 53 66 118 0.55 0.44 0 0.54 228 0.38 0.34
Hex 35 42 76 37 2C 0 36 E4 26 22
Octal 65 102 166 67 54 0 66 344 46 42
Binary 110101 1000010 1110110 110111 101100 0 110110 11100100 100110 100010

Color Harmonies of #354276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354276

Black with #354276

Text Example


Text Example

White with #354276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354276; }

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

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

background-color css

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

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

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

border-color css

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

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

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