#214583

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

Shades of Fun Blue #214583

Tints of Fun Blue #214583

Color information

#214583 (or 0x214583) is unknown color: approx Fun Blue. HEX triplet: 21, 45 and 83. RGB value is (33,69,131). Sum of RGB (Red+Green+Blue) = 33+69+131=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 131 (51.56% from 255 or 56.22% from 233); Max value from RGB is 131 - color contains mainly: blue. Hex color #214583 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214583 is #DEBA7C. Grayscale: #414141. Windows color (decimal): -14596733 or 8602913. OLE color: 8602913.

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

Color convert

RGB3369131-
CMYK0.750.4700.49
HSL217.96º59.76%32.16%-
HSV(B)217.96º74.81%51.37%-
XYZ6.856.2222.31-
YUV65.3165.07104.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.16%
GREEN value IS 69 (27.34% from 255) = 29.61%
BLUE value IS 131 (51.56% from 255) = 56.22%
R=14.16%
G=29.61%
B=56.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal33691310.750.4700.49217.9659.7632.16
Hex2145834B2F031da3c20
Octal41105203113570613327440
Binary1000011000101100000111001011101111011000111011010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214583; }

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

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

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

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

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

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

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

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