#213B74

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

Shades of Resolution Blue #213B74

Tints of Resolution Blue #213B74

Color information

#213B74 (or 0x213B74) is unknown color: approx Resolution Blue. HEX triplet: 21, 3B and 74. RGB value is (33,59,116). Sum of RGB (Red+Green+Blue) = 33+59+116=208 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.87% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #213B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213B74 is #DEC48B. Grayscale: #393939. Windows color (decimal): -14599308 or 7617313. OLE color: 7617313.

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

Color convert

RGB3359116-
CMYK0.720.4900.55
HSL221.2º55.7%29.22%-
HSV(B)221.2º71.55%45.49%-
XYZ5.344.7117.15-
YUV57.72160.89110.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.87%
GREEN value IS 59 (23.44% from 255) = 28.37%
BLUE value IS 116 (45.70% from 255) = 55.77%
R=15.87%
G=28.37%
B=55.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33591160.720.4900.55221.255.729.22
Hex213B744831037dd381d
Octal4173164110610673357035
Binary1000011110111110100100100011000101101111101110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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