Html Css Color HEX #3831DE Neon Blue

📋 copy color: '#3831DE'

red 56 ◦ green 49 ◦ blue 222

#3831DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #3831DE

Tints of Neon Blue #3831DE

RGB

 RED value IS 56 (22.27% from 255) = 17.13%

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 222 (87.11% from 255) = 67.89%

R = 17.13%
G = 14.98%
B = 67.89%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3831DE (or 0x3831DE) is known color: Neon Blue. HEX triplet: 38, 31 and DE. RGB value is (56,49,222). Sum of RGB (Red+Green+Blue) = 56+49+222=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 222 (87.11% from 255 or 67.89% from 327); Max value from RGB is 222 - color contains mainly: blue. Hex color #3831DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831DE is #C7CE21. Grayscale: #464646. Windows color (decimal): -13094434 or 14561592. OLE color: 14561592.

HSL color Cylindrical-coordinate representation of color #3831DE: hue angle of 242.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3831DE is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 49 222 -
CMYK 0.75 0.78 0 0.13
HSL 242.43º 0.72% 0.53% -
HSV(B) 242.43º 0.78% 0.87% -
XYZ 15.91 8.31 69.87 -
YUV 70.82 213.32 117.43 -
System Red Green Blue C M Y K H S L
Decimal 56 49 222 0.75 0.78 0 0.13 242.43 0.72 0.53
Hex 38 31 DE 4B 4E 0 D F2 48 35
Octal 70 61 336 113 116 0 15 362 110 65
Binary 111000 110001 11011110 1001011 1001110 0 1101 11110010 1001000 110101

Color Harmonies of #3831DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831DE

Black with #3831DE

Text Example


Text Example

White with #3831DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831DE; }

 p { color: rgb(56,49,222); }

 H1.HeaderClassName
 {
   color: #3831DE;
 }
 .AnyTagClassName
 {
   color: #3831DE;
 }
</style>

background-color css

<style>
 a { background-color: #3831DE; }

 a { background-color: rgb(56,49,222); }

 div.DivClassName
 {
   background-color: #3831DE;
 }
 .BgClassName
 {
   background-color: #3831DE;
 }
</style>

border-color css

<style>
 span { border-color: #3831DE; }

 span { border-color: rgb(56,49,222); }

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