#2C3BEA

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

Shades of Neon Blue #2C3BEA

Tints of Neon Blue #2C3BEA

Color information

#2C3BEA (or 0x2C3BEA) is unknown color: approx Neon Blue. HEX triplet: 2C, 3B and EA. RGB value is (44,59,234). Sum of RGB (Red+Green+Blue) = 44+59+234=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 59 (23.44% from 255 or 17.51% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #2C3BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C3BEA is #D3C415. Grayscale: #494949. Windows color (decimal): -13878294 or 15350572. OLE color: 15350572.

HSL color Cylindrical-coordinate representation of color #2C3BEA: hue angle of 235.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C3BEA is Cyan = 0.81, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB4459234-
CMYK0.810.7500.08
HSL235.26º81.9%54.51%-
HSV(B)235.26º81.2%91.76%-
XYZ17.459.678.78-
YUV74.46218.03106.27-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 59 (23.44% from 255) = 17.51%
BLUE value IS 234 (91.80% from 255) = 69.44%
R=13.06%
G=17.51%
B=69.44%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal44592340.810.7500.08235.2681.954.51
Hex2C3BEA514B08eb5237
Octal547335212111301035312267
Binary101100111011111010101010001100101101000111010111010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3BEA; }

 p { color: rgb(44,59,234); }

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

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

 a { background-color: rgb(44,59,234); }

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

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

 span { border-color: rgb(44,59,234); }

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