#2321ee

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

Shades of Blue #2321EE

Tints of Blue #2321EE

Color information

#2321EE (or 0x2321EE) is unknown color: approx Blue. HEX triplet: 23, 21 and EE. RGB value is (35,33,238). Sum of RGB (Red+Green+Blue) = 35+33+238=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 238 (93.36% from 255 or 77.78% from 306); Max value from RGB is 238 - color contains mainly: blue. Hex color #2321EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2321EE is #DCDE11. Grayscale: #383838. Windows color (decimal): -14474770 or 15606051. OLE color: 15606051.

HSL color Cylindrical-coordinate representation of color #2321EE: hue angle of 240.59º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2321EE is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3533238-
CMYK0.850.8600.07
HSL240.59º85.77%53.14%-
HSV(B)240.59º86.13%93.33%-
XYZ16.677.6281.48-
YUV56.97230.16112.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 33 (13.28% from 255) = 10.78%
BLUE value IS 238 (93.36% from 255) = 77.78%
R=11.44%
G=10.78%
B=77.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal35332380.850.8600.07240.5985.7753.14
Hex2321EE555607f15635
Octal43413561251260736112665
Binary10001110000111101110101010110101100111111100011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2321ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2321ee; }

 p { color: rgb(35,33,238); }

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

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

 a { background-color: rgb(35,33,238); }

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

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

 span { border-color: rgb(35,33,238); }

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