Html Css Color HEX #3745EE Neon Blue

📋 copy color: '#3745EE'

red 55 ◦ green 69 ◦ blue 238

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

Shades of Neon Blue #3745EE

Tints of Neon Blue #3745EE

RGB

 RED value IS 55 (21.88% from 255) = 15.19%

 GREEN value IS 69 (27.34% from 255) = 19.06%

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

R = 15.19%
G = 19.06%
B = 65.75%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3745EE (or 0x3745EE) is known color: Neon Blue. HEX triplet: 37, 45 and EE. RGB value is (55,69,238). Sum of RGB (Red+Green+Blue) = 55+69+238=362 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.19% from 362); Green value is 69 (27.34% from 255 or 19.06% from 362); Blue value is 238 (93.36% from 255 or 65.75% from 362); Max value from RGB is 238 - color contains mainly: blue. Hex color #3745EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3745EE is #C8BA11. Grayscale: #535353. Windows color (decimal): -13154834 or 15615287. OLE color: 15615287.

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

Color convert

RGB 55 69 238 -
CMYK 0.77 0.71 0 0.07
HSL 235.41º 0.84% 0.57% -
HSV(B) 235.41º 0.77% 0.93% -
XYZ 19.14 11.24 82.05 -
YUV 84.08 214.86 107.26 -
System Red Green Blue C M Y K H S L
Decimal 55 69 238 0.77 0.71 0 0.07 235.41 0.84 0.57
Hex 37 45 EE 4D 47 0 7 EB 54 39
Octal 67 105 356 115 107 0 7 353 124 71
Binary 110111 1000101 11101110 1001101 1000111 0 111 11101011 1010100 111001

Color Harmonies of #3745EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3745EE

Black with #3745EE

Text Example


Text Example

White with #3745EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,69,238); }

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

background-color css

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

 a { background-color: rgb(55,69,238); }

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

border-color css

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

 span { border-color: rgb(55,69,238); }

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