#3C38E0

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

Shades of Neon Blue #3C38E0

Tints of Neon Blue #3C38E0

Color information

#3C38E0 (or 0x3C38E0) is unknown color: approx Neon Blue. HEX triplet: 3C, 38 and E0. RGB value is (60,56,224). Sum of RGB (Red+Green+Blue) = 60+56+224=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #3C38E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C38E0 is #C3C71F. Grayscale: #4B4B4B. Windows color (decimal): -12830496 or 14694460. OLE color: 14694460.

HSL color Cylindrical-coordinate representation of color #3C38E0: hue angle of 241.43º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C38E0 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB6056224-
CMYK0.730.7500.12
HSL241.43º73.04%54.9%-
HSV(B)241.43º75%87.84%-
XYZ16.739.1771.41-
YUV76.35211.33116.34-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 224 (87.89% from 255) = 65.88%
R=17.65%
G=16.47%
B=65.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal60562240.730.7500.12241.4373.0454.9
Hex3C38E0494B0Cf14937
Octal747034011111301436111167
Binary111100111000111000001001001100101101100111100011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C38E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,56,224); }

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

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

 a { background-color: rgb(60,56,224); }

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

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

 span { border-color: rgb(60,56,224); }

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