#3D3DEB

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

Shades of Neon Blue #3D3DEB

Tints of Neon Blue #3D3DEB

Color information

#3D3DEB (or 0x3D3DEB) is unknown color: approx Neon Blue. HEX triplet: 3D, 3D and EB. RGB value is (61,61,235). Sum of RGB (Red+Green+Blue) = 61+61+235=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 61 (24.22% from 255 or 17.09% from 357); Blue value is 235 (92.19% from 255 or 65.83% from 357); Max value from RGB is 235 - color contains mainly: blue. Hex color #3D3DEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D3DEB is #C2C214. Grayscale: #505050. Windows color (decimal): -12763669 or 15416637. OLE color: 15416637.

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

Color convert

RGB6161235-
CMYK0.740.7400.08
HSL240º81.31%58.04%-
HSV(B)240º74.04%92.16%-
XYZ18.5910.3379.61-
YUV80.84215113.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 61 (24.22% from 255) = 17.09%
BLUE value IS 235 (92.19% from 255) = 65.83%
R=17.09%
G=17.09%
B=65.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal61612350.740.7400.0824081.3158.04
Hex3D3DEB4A4A08f0513a
Octal757535311211201036012172
Binary111101111101111010111001010100101001000111100001010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,61,235); }

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

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

 a { background-color: rgb(61,61,235); }

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

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

 span { border-color: rgb(61,61,235); }

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