Html Css Color HEX #3548EE Neon Blue

📋 copy color: '#3548EE'

red 53 ◦ green 72 ◦ blue 238

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

Shades of Neon Blue #3548EE

Tints of Neon Blue #3548EE

RGB

 RED value IS 53 (21.09% from 255) = 14.6%

 GREEN value IS 72 (28.52% from 255) = 19.83%

 BLUE value IS 238 (93.36% from 255) = 65.56%

R = 14.6%
G = 19.83%
B = 65.56%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3548EE (or 0x3548EE) is known color: Neon Blue. HEX triplet: 35, 48 and EE. RGB value is (53,72,238). Sum of RGB (Red+Green+Blue) = 53+72+238=363 (48% of max value = 765). Red value is 53 (21.09% from 255 or 14.60% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 238 (93.36% from 255 or 65.56% from 363); Max value from RGB is 238 - color contains mainly: blue. Hex color #3548EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3548EE is #CAB711. Grayscale: #545454. Windows color (decimal): -13285138 or 15616053. OLE color: 15616053.

HSL color Cylindrical-coordinate representation of color #3548EE: hue angle of 233.84º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3548EE is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 53 72 238 -
CMYK 0.78 0.70 0 0.07
HSL 233.84º 0.84% 0.57% -
HSV(B) 233.84º 0.78% 0.93% -
XYZ 19.22 11.56 82.11 -
YUV 85.24 214.21 105 -
System Red Green Blue C M Y K H S L
Decimal 53 72 238 0.78 0.70 0 0.07 233.84 0.84 0.57
Hex 35 48 EE 4E 46 0 7 EA 54 39
Octal 65 110 356 116 106 0 7 352 124 71
Binary 110101 1001000 11101110 1001110 1000110 0 111 11101010 1010100 111001

Color Harmonies of #3548EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3548EE

Black with #3548EE

Text Example


Text Example

White with #3548EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3548EE; }

 p { color: rgb(53,72,238); }

 H1.HeaderClassName
 {
   color: #3548EE;
 }
 .AnyTagClassName
 {
   color: #3548EE;
 }
</style>

background-color css

<style>
 a { background-color: #3548EE; }

 a { background-color: rgb(53,72,238); }

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

border-color css

<style>
 span { border-color: #3548EE; }

 span { border-color: rgb(53,72,238); }

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