#3D44ED

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

Shades of Neon Blue #3D44ED

Tints of Neon Blue #3D44ED

Color information

#3D44ED (or 0x3D44ED) is unknown color: approx Neon Blue. HEX triplet: 3D, 44 and ED. RGB value is (61,68,237). Sum of RGB (Red+Green+Blue) = 61+68+237=366 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.67% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #3D44ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D44ED is #C2BB12. Grayscale: #545454. Windows color (decimal): -12761875 or 15549501. OLE color: 15549501.

HSL color Cylindrical-coordinate representation of color #3D44ED: hue angle of 237.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D44ED is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB6168237-
CMYK0.740.7100.07
HSL237.61º83.02%58.43%-
HSV(B)237.61º74.26%92.94%-
XYZ19.2811.2481.27-
YUV85.17213.68110.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.67%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 237 (92.97% from 255) = 64.75%
R=16.67%
G=18.58%
B=64.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61682370.740.7100.07237.6183.0258.43
Hex3D44ED4A4707ee533a
Octal751043551121070735612372
Binary111101100010011101101100101010001110111111011101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D44ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,68,237); }

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

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

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

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

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

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

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