Html Css Color HEX #354077 Resolution Blue

📋 copy color: '#354077'

red 53 ◦ green 64 ◦ blue 119

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

Shades of Resolution Blue #354077

Tints of Resolution Blue #354077

RGB

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

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

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

R = 22.46%
G = 27.12%
B = 50.42%

CMYK

 C value IS 0.55

 M value IS 0.46

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#354077 (or 0x354077) is known color: Resolution Blue. HEX triplet: 35, 40 and 77. RGB value is (53,64,119). Sum of RGB (Red+Green+Blue) = 53+64+119=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 119 (46.88% from 255 or 50.42% from 236); Max value from RGB is 119 - color contains mainly: blue. Hex color #354077 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354077 is #CABF88. Grayscale: #424242. Windows color (decimal): -13287305 or 7815221. OLE color: 7815221.

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

Color convert

RGB 53 64 119 -
CMYK 0.55 0.46 0 0.53
HSL 230º 0.38% 0.34% -
HSV(B) 230º 0.55% 0.47% -
XYZ 6.63 5.76 18.21 -
YUV 66.98 157.36 118.03 -
System Red Green Blue C M Y K H S L
Decimal 53 64 119 0.55 0.46 0 0.53 230 0.38 0.34
Hex 35 40 77 37 2E 0 35 E6 26 22
Octal 65 100 167 67 56 0 65 346 46 42
Binary 110101 1000000 1110111 110111 101110 0 110101 11100110 100110 100010

Color Harmonies of #354077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354077

Black with #354077

Text Example


Text Example

White with #354077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354077; }

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

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

background-color css

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

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

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

border-color css

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

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

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