Html Css Color HEX #354973 Resolution Blue

📋 copy color: '#354973'

red 53 ◦ green 73 ◦ blue 115

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

Shades of Resolution Blue #354973

Tints of Resolution Blue #354973

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 115 (45.31% from 255) = 47.72%

R = 21.99%
G = 30.29%
B = 47.72%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#354973 (or 0x354973) is known color: Resolution Blue. HEX triplet: 35, 49 and 73. RGB value is (53,73,115). Sum of RGB (Red+Green+Blue) = 53+73+115=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 115 (45.31% from 255 or 47.72% from 241); Max value from RGB is 115 - color contains mainly: blue. Hex color #354973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354973 is #CAB68C. Grayscale: #474747. Windows color (decimal): -13285005 or 7555381. OLE color: 7555381.

HSL color Cylindrical-coordinate representation of color #354973: hue angle of 220.65º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #354973 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 53 73 115 -
CMYK 0.54 0.37 0 0.55
HSL 220.65º 0.37% 0.33% -
HSV(B) 220.65º 0.54% 0.45% -
XYZ 6.95 6.76 17.16 -
YUV 71.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 53 73 115 0.54 0.37 0 0.55 220.65 0.37 0.33
Hex 35 49 73 36 25 0 37 DD 25 21
Octal 65 111 163 66 45 0 67 335 45 41
Binary 110101 1001001 1110011 110110 100101 0 110111 11011101 100101 100001

Color Harmonies of #354973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354973

Black with #354973

Text Example


Text Example

White with #354973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354973; }

 p { color: rgb(53,73,115); }

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

background-color css

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

 a { background-color: rgb(53,73,115); }

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

border-color css

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

 span { border-color: rgb(53,73,115); }

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