#2321EA

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

Shades of Blue #2321EA

Tints of Blue #2321EA

Color information

#2321EA (or 0x2321EA) is unknown color: approx Blue. HEX triplet: 23, 21 and EA. RGB value is (35,33,234). Sum of RGB (Red+Green+Blue) = 35+33+234=302 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.59% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #2321EA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2321EA is #DCDE15. Grayscale: #373737. Windows color (decimal): -14474774 or 15343907. OLE color: 15343907.

HSL color Cylindrical-coordinate representation of color #2321EA: hue angle of 240.6º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2321EA is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3533234-
CMYK0.850.8600.08
HSL240.6º82.72%52.35%-
HSV(B)240.6º85.9%91.76%-
XYZ16.097.3978.42-
YUV56.51228.16112.66-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.59%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 234 (91.80% from 255) = 77.48%
R=11.59%
G=10.93%
B=77.48%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal35332340.850.8600.08240.682.7252.35
Hex2321EA555608f15334
Octal434135212512601036112364
Binary100011100001111010101010101101011001000111100011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2321EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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