#2b3eea

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

Shades of Neon Blue #2B3EEA

Tints of Neon Blue #2B3EEA

Color information

#2B3EEA (or 0x2B3EEA) is unknown color: approx Neon Blue. HEX triplet: 2B, 3E and EA. RGB value is (43,62,234). Sum of RGB (Red+Green+Blue) = 43+62+234=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #2B3EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2B3EEA is #D4C115. Grayscale: #4B4B4B. Windows color (decimal): -13943062 or 15351339. OLE color: 15351339.

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

Color convert

RGB4362234-
CMYK0.820.7400.08
HSL234.03º81.97%54.31%-
HSV(B)234.03º81.62%91.76%-
XYZ17.579.978.83-
YUV75.93217.21104.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.68%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 234 (91.80% from 255) = 69.03%
R=12.68%
G=18.29%
B=69.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal43622340.820.7400.08234.0381.9754.31
Hex2B3EEA524A08ea5236
Octal537635212211201035212266
Binary101011111110111010101010010100101001000111010101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b3eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,62,234); }

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

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

 a { background-color: rgb(43,62,234); }

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

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

 span { border-color: rgb(43,62,234); }

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