Html Css Color HEX #354772 Resolution Blue

📋 copy color: '#354772'

red 53 ◦ green 71 ◦ blue 114

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

Shades of Resolution Blue #354772

Tints of Resolution Blue #354772

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.83%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 22.27%
G = 29.83%
B = 47.9%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#354772 (or 0x354772) is known color: Resolution Blue. HEX triplet: 35, 47 and 72. RGB value is (53,71,114). Sum of RGB (Red+Green+Blue) = 53+71+114=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #354772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354772 is #CAB88D. Grayscale: #464646. Windows color (decimal): -13285518 or 7489333. OLE color: 7489333.

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

Color convert

RGB 53 71 114 -
CMYK 0.54 0.38 0 0.55
HSL 222.3º 0.37% 0.33% -
HSV(B) 222.3º 0.54% 0.45% -
XYZ 6.76 6.48 16.81 -
YUV 70.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 53 71 114 0.54 0.38 0 0.55 222.3 0.37 0.33
Hex 35 47 72 36 26 0 37 DE 25 21
Octal 65 107 162 66 46 0 67 336 45 41
Binary 110101 1000111 1110010 110110 100110 0 110111 11011110 100101 100001

Color Harmonies of #354772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354772

Black with #354772

Text Example


Text Example

White with #354772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354772; }

 p { color: rgb(53,71,114); }

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

background-color css

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

 a { background-color: rgb(53,71,114); }

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

border-color css

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

 span { border-color: rgb(53,71,114); }

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