#213375

Color #213375 Resolution Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Resolution Blue #213375

Tints of Resolution Blue #213375

Color information

#213375 (or 0x213375) is unknown color: approx Resolution Blue. HEX triplet: 21, 33 and 75. RGB value is (33,51,117). Sum of RGB (Red+Green+Blue) = 33+51+117=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 51 (20.31% from 255 or 25.37% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #213375 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213375 is #DECC8A. Grayscale: #343434. Windows color (decimal): -14601355 or 7680801. OLE color: 7680801.

HSL color Cylindrical-coordinate representation of color #213375: hue angle of 227.14º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #213375 is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3351117-
CMYK0.720.5600.54
HSL227.14º56%29.41%-
HSV(B)227.14º71.79%45.88%-
XYZ5.023.9817.33-
YUV53.14164.04113.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 51 (20.31% from 255) = 25.37%
BLUE value IS 117 (46.09% from 255) = 58.21%
R=16.42%
G=25.37%
B=58.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33511170.720.5600.54227.145629.41
Hex2133754838036e3381d
Octal4163165110700663437035
Binary1000011100111110101100100011100001101101110001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213375; }

 p { color: rgb(33,51,117); }

 H1.HeaderClassName
 {
   color: #213375;
 }
 .AnyTagClassName
 {
   color: #213375;
 }
</style>
background-color css

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

 a { background-color: rgb(33,51,117); }

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

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

 span { border-color: rgb(33,51,117); }

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