#214084

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

Shades of Fun Blue #214084

Tints of Fun Blue #214084

Color information

#214084 (or 0x214084) is unknown color: approx Fun Blue. HEX triplet: 21, 40 and 84. RGB value is (33,64,132). Sum of RGB (Red+Green+Blue) = 33+64+132=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #214084 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214084 is #DEBF7B. Grayscale: #3E3E3E. Windows color (decimal): -14598012 or 8667169. OLE color: 8667169.

HSL color Cylindrical-coordinate representation of color #214084: hue angle of 221.21º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214084 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3364132-
CMYK0.750.5200.48
HSL221.21º60%32.35%-
HSV(B)221.21º75%51.76%-
XYZ6.635.6622.57-
YUV62.48167.23106.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.41%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=14.41%
G=27.95%
B=57.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33641320.750.5200.48221.216032.35
Hex2140844B34030dd3c20
Octal41100204113640603357440
Binary1000011000000100001001001011110100011000011011101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214084; }

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

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

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

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

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

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

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

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