Html Css Color HEX #3A3BE0 Neon Blue

📋 copy color: '#3A3BE0'

red 58 ◦ green 59 ◦ blue 224

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

Shades of Neon Blue #3A3BE0

Tints of Neon Blue #3A3BE0

RGB

 RED value IS 58 (23.05% from 255) = 17.01%

 GREEN value IS 59 (23.44% from 255) = 17.3%

 BLUE value IS 224 (87.89% from 255) = 65.69%

R = 17.01%
G = 17.3%
B = 65.69%

CMYK

 C value IS 0.74

 M value IS 0.74

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#3A3BE0 (or 0x3A3BE0) is known color: Neon Blue. HEX triplet: 3A, 3B and E0. RGB value is (58,59,224). Sum of RGB (Red+Green+Blue) = 58+59+224=341 (45% of max value = 765). Red value is 58 (23.05% from 255 or 17.01% from 341); Green value is 59 (23.44% from 255 or 17.30% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #3A3BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3BE0 is #C5C41F. Grayscale: #4C4C4C. Windows color (decimal): -12960800 or 14695226. OLE color: 14695226.

HSL color Cylindrical-coordinate representation of color #3A3BE0: hue angle of 239.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A3BE0 is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 58 59 224 -
CMYK 0.74 0.74 0 0.12
HSL 239.64º 0.73% 0.55% -
HSV(B) 239.64º 0.74% 0.88% -
XYZ 16.76 9.41 71.45 -
YUV 77.51 210.67 114.08 -
System Red Green Blue C M Y K H S L
Decimal 58 59 224 0.74 0.74 0 0.12 239.64 0.73 0.55
Hex 3A 3B E0 4A 4A 0 C F0 49 37
Octal 72 73 340 112 112 0 14 360 111 67
Binary 111010 111011 11100000 1001010 1001010 0 1100 11110000 1001001 110111

Color Harmonies of #3A3BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3BE0

Black with #3A3BE0

Text Example


Text Example

White with #3A3BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3BE0; }

 p { color: rgb(58,59,224); }

 H1.HeaderClassName
 {
   color: #3A3BE0;
 }
 .AnyTagClassName
 {
   color: #3A3BE0;
 }
</style>

background-color css

<style>
 a { background-color: #3A3BE0; }

 a { background-color: rgb(58,59,224); }

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

border-color css

<style>
 span { border-color: #3A3BE0; }

 span { border-color: rgb(58,59,224); }

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