#214073

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

Shades of Resolution Blue #214073

Tints of Resolution Blue #214073

Color information

#214073 (or 0x214073) is unknown color: approx Resolution Blue. HEX triplet: 21, 40 and 73. RGB value is (33,64,115). Sum of RGB (Red+Green+Blue) = 33+64+115=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #214073 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214073 is #DEBF8C. Grayscale: #3C3C3C. Windows color (decimal): -14598029 or 7553057. OLE color: 7553057.

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

Color convert

RGB3364115-
CMYK0.710.4400.55
HSL217.32º55.41%29.02%-
HSV(B)217.32º71.3%45.1%-
XYZ5.565.2316.94-
YUV60.54158.73108.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=15.57%
G=30.19%
B=54.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33641150.710.4400.55217.3255.4129.02
Hex214073472C037d9371d
Octal41100163107540673316735
Binary10000110000001110011100011110110001101111101100111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214073; }

 p { color: rgb(33,64,115); }

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

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

 a { background-color: rgb(33,64,115); }

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

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

 span { border-color: rgb(33,64,115); }

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