Html Css Color HEX #354070 Resolution Blue

📋 copy color: '#354070'

red 53 ◦ green 64 ◦ blue 112

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

Shades of Resolution Blue #354070

Tints of Resolution Blue #354070

RGB

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

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

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

R = 23.14%
G = 27.95%
B = 48.91%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#354070 (or 0x354070) is known color: Resolution Blue. HEX triplet: 35, 40 and 70. RGB value is (53,64,112). Sum of RGB (Red+Green+Blue) = 53+64+112=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #354070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #354070 is #CABF8F. Grayscale: #414141. Windows color (decimal): -13287312 or 7356469. OLE color: 7356469.

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

Color convert

RGB 53 64 112 -
CMYK 0.53 0.43 0 0.56
HSL 228.81º 0.36% 0.32% -
HSV(B) 228.81º 0.53% 0.44% -
XYZ 6.23 5.59 16.08 -
YUV 66.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 53 64 112 0.53 0.43 0 0.56 228.81 0.36 0.32
Hex 35 40 70 35 2B 0 38 E5 24 20
Octal 65 100 160 65 53 0 70 345 44 40
Binary 110101 1000000 1110000 110101 101011 0 111000 11100101 100100 100000

Color Harmonies of #354070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #354070

Black with #354070

Text Example


Text Example

White with #354070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #354070; }

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

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

background-color css

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

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

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

border-color css

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

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

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