#3835DF

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

Shades of Neon Blue #3835DF

Tints of Neon Blue #3835DF

Color information

#3835DF (or 0x3835DF) is unknown color: approx Neon Blue. HEX triplet: 38, 35 and DF. RGB value is (56,53,223). Sum of RGB (Red+Green+Blue) = 56+53+223=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #3835DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3835DF is #C7CA20. Grayscale: #484848. Windows color (decimal): -13093409 or 14628152. OLE color: 14628152.

HSL color Cylindrical-coordinate representation of color #3835DF: hue angle of 241.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3835DF is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5653223-
CMYK0.750.7600.13
HSL241.06º72.65%54.12%-
HSV(B)241.06º76.23%87.45%-
XYZ16.228.7170.64-
YUV73.28212.49115.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 53 (21.09% from 255) = 15.96%
BLUE value IS 223 (87.5% from 255) = 67.17%
R=16.87%
G=15.96%
B=67.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal56532230.750.7600.13241.0672.6554.12
Hex3835DF4B4C0Df14936
Octal706533711311401536111166
Binary111000110101110111111001011100110001101111100011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3835DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3835DF; }

 p { color: rgb(56,53,223); }

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

<style>
 a { background-color: #3835DF; }

 a { background-color: rgb(56,53,223); }

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

<style>
 span { border-color: #3835DF; }

 span { border-color: rgb(56,53,223); }

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