#3C35EE

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

Shades of Neon Blue #3C35EE

Tints of Neon Blue #3C35EE

Color information

#3C35EE (or 0x3C35EE) is unknown color: approx Neon Blue. HEX triplet: 3C, 35 and EE. RGB value is (60,53,238). Sum of RGB (Red+Green+Blue) = 60+53+238=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 238 (93.36% from 255 or 67.81% from 351); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C35EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C35EE is #C3CA11. Grayscale: #4B4B4B. Windows color (decimal): -12831250 or 15611196. OLE color: 15611196.

HSL color Cylindrical-coordinate representation of color #3C35EE: hue angle of 242.27º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C35EE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6053238-
CMYK0.750.7800.07
HSL242.27º84.47%57.06%-
HSV(B)242.27º77.73%93.33%-
XYZ18.579.6881.78-
YUV76.18219.32116.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.09%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 238 (93.36% from 255) = 67.81%
R=17.09%
G=15.10%
B=67.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal60532380.750.7800.07242.2784.4757.06
Hex3C35EE4B4E07f25439
Octal74653561131160736212471
Binary11110011010111101110100101110011100111111100101010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C35EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C35EE; }

 p { color: rgb(60,53,238); }

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

<style>
 a { background-color: #3C35EE; }

 a { background-color: rgb(60,53,238); }

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

<style>
 span { border-color: #3C35EE; }

 span { border-color: rgb(60,53,238); }

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