Html Css Color HEX #354177 Resolution Blue

📋 copy color: '#354177'

red 53 ◦ green 65 ◦ blue 119

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

Shades of Resolution Blue #354177

Tints of Resolution Blue #354177

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 119 (46.88% from 255) = 50.21%

R = 22.36%
G = 27.43%
B = 50.21%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354177 (or 0x354177) is known color: Resolution Blue. HEX triplet: 35, 41 and 77. RGB value is (53,65,119). Sum of RGB (Red+Green+Blue) = 53+65+119=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 119 (46.88% from 255 or 50.21% from 237); Max value from RGB is 119 - color contains mainly: blue. Hex color #354177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354177 is #CABE88. Grayscale: #434343. Windows color (decimal): -13287049 or 7815477. OLE color: 7815477.

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

Color convert

RGB 53 65 119 -
CMYK 0.55 0.45 0 0.53
HSL 229.09º 0.38% 0.34% -
HSV(B) 229.09º 0.55% 0.47% -
XYZ 6.69 5.87 18.23 -
YUV 67.57 157.02 117.61 -
System Red Green Blue C M Y K H S L
Decimal 53 65 119 0.55 0.45 0 0.53 229.09 0.38 0.34
Hex 35 41 77 37 2D 0 35 E5 26 22
Octal 65 101 167 67 55 0 65 345 46 42
Binary 110101 1000001 1110111 110111 101101 0 110101 11100101 100110 100010

Color Harmonies of #354177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354177

Black with #354177

Text Example


Text Example

White with #354177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354177; }

 p { color: rgb(53,65,119); }

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

background-color css

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

 a { background-color: rgb(53,65,119); }

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

border-color css

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

 span { border-color: rgb(53,65,119); }

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