Html Css Color HEX #354978 Resolution Blue

📋 copy color: '#354978'

red 53 ◦ green 73 ◦ blue 120

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

Shades of Resolution Blue #354978

Tints of Resolution Blue #354978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.78%

R = 21.54%
G = 29.67%
B = 48.78%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354978 (or 0x354978) is known color: Resolution Blue. HEX triplet: 35, 49 and 78. RGB value is (53,73,120). Sum of RGB (Red+Green+Blue) = 53+73+120=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #354978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354978 is #CAB687. Grayscale: #484848. Windows color (decimal): -13285000 or 7883061. OLE color: 7883061.

HSL color Cylindrical-coordinate representation of color #354978: hue angle of 222.09º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #354978 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 73 120 -
CMYK 0.56 0.39 0 0.53
HSL 222.09º 0.39% 0.34% -
HSV(B) 222.09º 0.56% 0.47% -
XYZ 7.24 6.88 18.72 -
YUV 72.38 154.87 114.18 -
System Red Green Blue C M Y K H S L
Decimal 53 73 120 0.56 0.39 0 0.53 222.09 0.39 0.34
Hex 35 49 78 38 27 0 35 DE 27 22
Octal 65 111 170 70 47 0 65 336 47 42
Binary 110101 1001001 1111000 111000 100111 0 110101 11011110 100111 100010

Color Harmonies of #354978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354978

Black with #354978

Text Example


Text Example

White with #354978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354978; }

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

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

background-color css

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

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

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

border-color css

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

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

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