#214685

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

Shades of Fun Blue #214685

Tints of Fun Blue #214685

Color information

#214685 (or 0x214685) is unknown color: approx Fun Blue. HEX triplet: 21, 46 and 85. RGB value is (33,70,133). Sum of RGB (Red+Green+Blue) = 33+70+133=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #214685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214685 is #DEB97A. Grayscale: #414141. Windows color (decimal): -14596475 or 8734241. OLE color: 8734241.

HSL color Cylindrical-coordinate representation of color #214685: hue angle of 217.8º 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 #214685 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3370133-
CMYK0.750.4700.48
HSL217.8º60.24%32.55%-
HSV(B)217.8º75.19%52.16%-
XYZ7.056.423.05-
YUV66.12165.74104.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.98%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 133 (52.34% from 255) = 56.36%
R=13.98%
G=29.66%
B=56.36%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33701330.750.4700.48217.860.2432.55
Hex2146854B2F030da3c21
Octal41106205113570603327441
Binary1000011000110100001011001011101111011000011011010111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214685; }

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

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

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

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

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

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

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

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