#214085

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

Shades of Fun Blue #214085

Tints of Fun Blue #214085

Color information

#214085 (or 0x214085) is unknown color: approx Fun Blue. HEX triplet: 21, 40 and 85. RGB value is (33,64,133). Sum of RGB (Red+Green+Blue) = 33+64+133=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 64 (25.39% from 255 or 27.83% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #214085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214085 is #DEBF7A. Grayscale: #3E3E3E. Windows color (decimal): -14598011 or 8732705. OLE color: 8732705.

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

Color convert

RGB3364133-
CMYK0.750.5200.48
HSL221.4º60.24%32.55%-
HSV(B)221.4º75.19%52.16%-
XYZ6.695.6822.93-
YUV62.6167.73106.89-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.35%
GREEN value IS 64 (25.39% from 255) = 27.83%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=14.35%
G=27.83%
B=57.83%

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
Decimal33641330.750.5200.48221.460.2432.55
Hex2140854B34030dd3c21
Octal41100205113640603357441
Binary1000011000000100001011001011110100011000011011101111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214085; }

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

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

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

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

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

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

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

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