Html Css Color HEX #354670 Resolution Blue

📋 copy color: '#354670'

red 53 ◦ green 70 ◦ blue 112

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

Shades of Resolution Blue #354670

Tints of Resolution Blue #354670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.79%

 BLUE value IS 112 (44.14% from 255) = 47.66%

R = 22.55%
G = 29.79%
B = 47.66%

CMYK

 C value IS 0.53

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354670 (or 0x354670) is known color: Resolution Blue. HEX triplet: 35, 46 and 70. RGB value is (53,70,112). Sum of RGB (Red+Green+Blue) = 53+70+112=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #354670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354670 is #CAB98F. Grayscale: #454545. Windows color (decimal): -13285776 or 7358005. OLE color: 7358005.

HSL color Cylindrical-coordinate representation of color #354670: hue angle of 222.71º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #354670 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 70 112 -
CMYK 0.53 0.38 0 0.56
HSL 222.71º 0.36% 0.32% -
HSV(B) 222.71º 0.53% 0.44% -
XYZ 6.58 6.31 16.2 -
YUV 69.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 53 70 112 0.53 0.38 0 0.56 222.71 0.36 0.32
Hex 35 46 70 35 26 0 38 DF 24 20
Octal 65 106 160 65 46 0 70 337 44 40
Binary 110101 1000110 1110000 110101 100110 0 111000 11011111 100100 100000

Color Harmonies of #354670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354670

Black with #354670

Text Example


Text Example

White with #354670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354670; }

 p { color: rgb(53,70,112); }

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

background-color css

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

 a { background-color: rgb(53,70,112); }

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

border-color css

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

 span { border-color: rgb(53,70,112); }

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