Html Css Color HEX #354A74 Resolution Blue

📋 copy color: '#354A74'

red 53 ◦ green 74 ◦ blue 116

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

Shades of Resolution Blue #354A74

Tints of Resolution Blue #354A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.45%

 BLUE value IS 116 (45.7% from 255) = 47.74%

R = 21.81%
G = 30.45%
B = 47.74%

CMYK

 C value IS 0.54

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#354A74 (or 0x354A74) is known color: Resolution Blue. HEX triplet: 35, 4A and 74. RGB value is (53,74,116). Sum of RGB (Red+Green+Blue) = 53+74+116=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #354A74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354A74 is #CAB58B. Grayscale: #484848. Windows color (decimal): -13284748 or 7621173. OLE color: 7621173.

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

Color convert

RGB 53 74 116 -
CMYK 0.54 0.36 0 0.55
HSL 220º 0.37% 0.33% -
HSV(B) 220º 0.54% 0.45% -
XYZ 7.07 6.92 17.49 -
YUV 72.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 53 74 116 0.54 0.36 0 0.55 220 0.37 0.33
Hex 35 4A 74 36 24 0 37 DC 25 21
Octal 65 112 164 66 44 0 67 334 45 41
Binary 110101 1001010 1110100 110110 100100 0 110111 11011100 100101 100001

Color Harmonies of #354A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354A74

Black with #354A74

Text Example


Text Example

White with #354A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354A74; }

 p { color: rgb(53,74,116); }

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

background-color css

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

 a { background-color: rgb(53,74,116); }

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

border-color css

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

 span { border-color: rgb(53,74,116); }

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