#213E75

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

Shades of Resolution Blue #213E75

Tints of Resolution Blue #213E75

Color information

#213E75 (or 0x213E75) is unknown color: approx Resolution Blue. HEX triplet: 21, 3E and 75. RGB value is (33,62,117). Sum of RGB (Red+Green+Blue) = 33+62+117=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 117 (46.09% from 255 or 55.19% from 212); Max value from RGB is 117 - color contains mainly: blue. Hex color #213E75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213E75 is #DEC18A. Grayscale: #3B3B3B. Windows color (decimal): -14598539 or 7683617. OLE color: 7683617.

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

Color convert

RGB3362117-
CMYK0.720.4700.54
HSL219.29º56%29.41%-
HSV(B)219.29º71.79%45.88%-
XYZ5.565.0517.51-
YUV59.6160.39109.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 62 (24.61% from 255) = 29.25%
BLUE value IS 117 (46.09% from 255) = 55.19%
R=15.57%
G=29.25%
B=55.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal33621170.720.4700.54219.295629.41
Hex213E75482F036db381d
Octal4176165110570663337035
Binary1000011111101110101100100010111101101101101101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213E75; }

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

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

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

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

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

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

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

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