Html Css Color HEX #3834DF Neon Blue

📋 copy color: '#3834DF'

red 56 ◦ green 52 ◦ blue 223

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

Shades of Neon Blue #3834DF

Tints of Neon Blue #3834DF

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 223 (87.5% from 255) = 67.37%

R = 16.92%
G = 15.71%
B = 67.37%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3834DF (or 0x3834DF) is known color: Neon Blue. HEX triplet: 38, 34 and DF. RGB value is (56,52,223). Sum of RGB (Red+Green+Blue) = 56+52+223=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #3834DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834DF is #C7CB20. Grayscale: #484848. Windows color (decimal): -13093665 or 14627896. OLE color: 14627896.

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

Color convert

RGB 56 52 223 -
CMYK 0.75 0.77 0 0.13
HSL 241.4º 0.73% 0.54% -
HSV(B) 241.4º 0.77% 0.87% -
XYZ 16.18 8.62 70.62 -
YUV 72.69 212.83 116.1 -
System Red Green Blue C M Y K H S L
Decimal 56 52 223 0.75 0.77 0 0.13 241.4 0.73 0.54
Hex 38 34 DF 4B 4D 0 D F1 49 36
Octal 70 64 337 113 115 0 15 361 111 66
Binary 111000 110100 11011111 1001011 1001101 0 1101 11110001 1001001 110110

Color Harmonies of #3834DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3834DF

Black with #3834DF

Text Example


Text Example

White with #3834DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3834DF;
 }
 .AnyTagClassName
 {
   color: #3834DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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