#213975

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

Shades of Resolution Blue #213975

Tints of Resolution Blue #213975

Color information

#213975 (or 0x213975) is unknown color: approx Resolution Blue. HEX triplet: 21, 39 and 75. RGB value is (33,57,117). Sum of RGB (Red+Green+Blue) = 33+57+117=207 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.94% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #213975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213975 is #DEC68A. Grayscale: #383838. Windows color (decimal): -14599819 or 7682337. OLE color: 7682337.

HSL color Cylindrical-coordinate representation of color #213975: hue angle of 222.86º 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 #213975 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3357117-
CMYK0.720.5100.54
HSL222.86º56%29.41%-
HSV(B)222.86º71.79%45.88%-
XYZ5.34.5317.43-
YUV56.66162.05111.12-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.94%
GREEN value IS 57 (22.66% from 255) = 27.54%
BLUE value IS 117 (46.09% from 255) = 56.52%
R=15.94%
G=27.54%
B=56.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33571170.720.5100.54222.865629.41
Hex2139754833036df381d
Octal4171165110630663377035
Binary1000011110011110101100100011001101101101101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213975; }

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

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

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

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

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

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

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

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