#213974

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

Shades of Resolution Blue #213974

Tints of Resolution Blue #213974

Color information

#213974 (or 0x213974) is unknown color: approx Resolution Blue. HEX triplet: 21, 39 and 74. RGB value is (33,57,116). Sum of RGB (Red+Green+Blue) = 33+57+116=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 116 (45.70% from 255 or 56.31% from 206); Max value from RGB is 116 - color contains mainly: blue. Hex color #213974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213974 is #DEC68B. Grayscale: #383838. Windows color (decimal): -14599820 or 7616801. OLE color: 7616801.

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

Color convert

RGB3357116-
CMYK0.720.5100.55
HSL222.65º55.7%29.22%-
HSV(B)222.65º71.55%45.49%-
XYZ5.244.5117.12-
YUV56.55161.55111.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.02%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 116 (45.70% from 255) = 56.31%
R=16.02%
G=27.67%
B=56.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33571160.720.5100.55222.6555.729.22
Hex2139744833037df381d
Octal4171164110630673377035
Binary1000011110011110100100100011001101101111101111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213974; }

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

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

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

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

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

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

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

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