Html Css Color HEX #354071 Resolution Blue

📋 copy color: '#354071'

red 53 ◦ green 64 ◦ blue 113

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

Shades of Resolution Blue #354071

Tints of Resolution Blue #354071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.83%

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

R = 23.04%
G = 27.83%
B = 49.13%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354071 (or 0x354071) is known color: Resolution Blue. HEX triplet: 35, 40 and 71. RGB value is (53,64,113). Sum of RGB (Red+Green+Blue) = 53+64+113=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 113 - color contains mainly: blue. Hex color #354071 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354071 is #CABF8E. Grayscale: #424242. Windows color (decimal): -13287311 or 7422005. OLE color: 7422005.

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

Color convert

RGB 53 64 113 -
CMYK 0.53 0.43 0 0.56
HSL 229º 0.36% 0.33% -
HSV(B) 229º 0.53% 0.44% -
XYZ 6.28 5.62 16.38 -
YUV 66.3 154.36 118.52 -
System Red Green Blue C M Y K H S L
Decimal 53 64 113 0.53 0.43 0 0.56 229 0.36 0.33
Hex 35 40 71 35 2B 0 38 E5 24 21
Octal 65 100 161 65 53 0 70 345 44 41
Binary 110101 1000000 1110001 110101 101011 0 111000 11100101 100100 100001

Color Harmonies of #354071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354071

Black with #354071

Text Example


Text Example

White with #354071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354071; }

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

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

background-color css

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

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

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

border-color css

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

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

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