Html Css Color HEX #354076 Resolution Blue

📋 copy color: '#354076'

red 53 ◦ green 64 ◦ blue 118

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

Shades of Resolution Blue #354076

Tints of Resolution Blue #354076

RGB

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

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

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

R = 22.55%
G = 27.23%
B = 50.21%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#354076 (or 0x354076) is known color: Resolution Blue. HEX triplet: 35, 40 and 76. RGB value is (53,64,118). Sum of RGB (Red+Green+Blue) = 53+64+118=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 64 (25.39% from 255 or 27.23% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #354076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354076 is #CABF89. Grayscale: #424242. Windows color (decimal): -13287306 or 7749685. OLE color: 7749685.

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

Color convert

RGB 53 64 118 -
CMYK 0.55 0.46 0 0.54
HSL 229.85º 0.38% 0.34% -
HSV(B) 229.85º 0.55% 0.46% -
XYZ 6.57 5.73 17.9 -
YUV 66.87 156.86 118.11 -
System Red Green Blue C M Y K H S L
Decimal 53 64 118 0.55 0.46 0 0.54 229.85 0.38 0.34
Hex 35 40 76 37 2E 0 36 E6 26 22
Octal 65 100 166 67 56 0 66 346 46 42
Binary 110101 1000000 1110110 110111 101110 0 110110 11100110 100110 100010

Color Harmonies of #354076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354076

Black with #354076

Text Example


Text Example

White with #354076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354076; }

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

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

background-color css

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

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

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

border-color css

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

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

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