#214590

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

Shades of Fun Blue #214590

Tints of Fun Blue #214590

Color information

#214590 (or 0x214590) is unknown color: approx Fun Blue. HEX triplet: 21, 45 and 90. RGB value is (33,69,144). Sum of RGB (Red+Green+Blue) = 33+69+144=246 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.41% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #214590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214590 is #DEBA6F. Grayscale: #424242. Windows color (decimal): -14596720 or 9454881. OLE color: 9454881.

HSL color Cylindrical-coordinate representation of color #214590: hue angle of 220.54º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214590 is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3369144-
CMYK0.770.5200.44
HSL220.54º62.71%34.71%-
HSV(B)220.54º77.08%56.47%-
XYZ7.796.5927.25-
YUV66.79171.57103.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.41%
GREEN value IS 69 (27.34% from 255) = 28.05%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=13.41%
G=28.05%
B=58.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33691440.770.5200.44220.5462.7134.71
Hex2145904D3402Cdd3f23
Octal41105220115640543357743
Binary1000011000101100100001001101110100010110011011101111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214590; }

 p { color: rgb(33,69,144); }

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

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

 a { background-color: rgb(33,69,144); }

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

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

 span { border-color: rgb(33,69,144); }

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