#214781

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

Shades of Fun Blue #214781

Tints of Fun Blue #214781

Color information

#214781 (or 0x214781) is unknown color: approx Fun Blue. HEX triplet: 21, 47 and 81. RGB value is (33,71,129). Sum of RGB (Red+Green+Blue) = 33+71+129=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #214781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214781 is #DEB87E. Grayscale: #414141. Windows color (decimal): -14596223 or 8472353. OLE color: 8472353.

HSL color Cylindrical-coordinate representation of color #214781: hue angle of 216.25º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #214781 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3371129-
CMYK0.740.4500.49
HSL216.25º59.26%31.76%-
HSV(B)216.25º74.42%50.59%-
XYZ6.846.4121.65-
YUV66.25163.41104.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 71 (28.12% from 255) = 30.47%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=14.16%
G=30.47%
B=55.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33711290.740.4500.49216.2559.2631.76
Hex2147814A2D031d83b20
Octal41107201112550613307340
Binary1000011000111100000011001010101101011000111011000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214781; }

 p { color: rgb(33,71,129); }

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

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

 a { background-color: rgb(33,71,129); }

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

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

 span { border-color: rgb(33,71,129); }

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