#3D38F2

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

Shades of Neon Blue #3D38F2

Tints of Neon Blue #3D38F2

Color information

#3D38F2 (or 0x3D38F2) is unknown color: approx Neon Blue. HEX triplet: 3D, 38 and F2. RGB value is (61,56,242). Sum of RGB (Red+Green+Blue) = 61+56+242=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 242 (94.92% from 255 or 67.41% from 359); Max value from RGB is 242 - color contains mainly: blue. Hex color #3D38F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3D38F2 is #C2C70D. Grayscale: #4D4D4D. Windows color (decimal): -12764942 or 15874109. OLE color: 15874109.

HSL color Cylindrical-coordinate representation of color #3D38F2: hue angle of 241.61º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3D38F2 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB6156242-
CMYK0.750.7700.05
HSL241.61º87.74%58.43%-
HSV(B)241.61º76.86%94.9%-
XYZ19.3710.2384.96-
YUV78.7220.16115.38-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.99%
GREEN value IS 56 (22.27% from 255) = 15.60%
BLUE value IS 242 (94.92% from 255) = 67.41%
R=16.99%
G=15.60%
B=67.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal61562420.750.7700.05241.6187.7458.43
Hex3D38F24B4D05f2583a
Octal75703621131150536213072
Binary11110111100011110010100101110011010101111100101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D38F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,56,242); }

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

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

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

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

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

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

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