Html Css Color HEX #354876 Resolution Blue

📋 copy color: '#354876'

red 53 ◦ green 72 ◦ blue 118

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

Shades of Resolution Blue #354876

Tints of Resolution Blue #354876

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.63%

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

R = 21.81%
G = 29.63%
B = 48.56%

CMYK

 C value IS 0.55

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354876 (or 0x354876) is known color: Resolution Blue. HEX triplet: 35, 48 and 76. RGB value is (53,72,118). Sum of RGB (Red+Green+Blue) = 53+72+118=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #354876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354876 is #CAB789. Grayscale: #474747. Windows color (decimal): -13285258 or 7751733. OLE color: 7751733.

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

Color convert

RGB 53 72 118 -
CMYK 0.55 0.39 0 0.54
HSL 222.46º 0.38% 0.34% -
HSV(B) 222.46º 0.55% 0.46% -
XYZ 7.06 6.7 18.06 -
YUV 71.56 154.21 114.76 -
System Red Green Blue C M Y K H S L
Decimal 53 72 118 0.55 0.39 0 0.54 222.46 0.38 0.34
Hex 35 48 76 37 27 0 36 DE 26 22
Octal 65 110 166 67 47 0 66 336 46 42
Binary 110101 1001000 1110110 110111 100111 0 110110 11011110 100110 100010

Color Harmonies of #354876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354876

Black with #354876

Text Example


Text Example

White with #354876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354876; }

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

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

background-color css

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

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

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

border-color css

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

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

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