#2C37EE

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

Shades of Neon Blue #2C37EE

Tints of Neon Blue #2C37EE

Color information

#2C37EE (or 0x2C37EE) is unknown color: approx Neon Blue. HEX triplet: 2C, 37 and EE. RGB value is (44,55,238). Sum of RGB (Red+Green+Blue) = 44+55+238=337 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.06% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #2C37EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2C37EE is #D3C811. Grayscale: #474747. Windows color (decimal): -13879314 or 15611692. OLE color: 15611692.

HSL color Cylindrical-coordinate representation of color #2C37EE: hue angle of 236.6º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C37EE is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB4455238-
CMYK0.820.7700.07
HSL236.6º85.09%55.29%-
HSV(B)236.6º81.51%93.33%-
XYZ17.849.4481.77-
YUV72.57221.36107.62-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 13.06%
GREEN value IS 55 (21.88% from 255) = 16.32%
BLUE value IS 238 (93.36% from 255) = 70.62%
R=13.06%
G=16.32%
B=70.62%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal44552380.820.7700.07236.685.0955.29
Hex2C37EE524D07ed5537
Octal54673561221150735512567
Binary10110011011111101110101001010011010111111011011010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C37EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,55,238); }

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

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

 a { background-color: rgb(44,55,238); }

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

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

 span { border-color: rgb(44,55,238); }

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