#374AE8

Color #374AE8 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #374AE8

Tints of Neon Blue #374AE8

Color information

#374AE8 (or 0x374AE8) is unknown color: approx Neon Blue. HEX triplet: 37, 4A and E8. RGB value is (55,74,232). Sum of RGB (Red+Green+Blue) = 55+74+232=361 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.24% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #374AE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374AE8 is #C8B517. Grayscale: #555555. Windows color (decimal): -13153560 or 15223351. OLE color: 15223351.

HSL color Cylindrical-coordinate representation of color #374AE8: hue angle of 233.56º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374AE8 is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5574232-
CMYK0.760.6800.09
HSL233.56º79.37%56.27%-
HSV(B)233.56º76.29%90.98%-
XYZ18.5911.5477.59-
YUV86.33210.21105.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 15.24%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 232 (91.02% from 255) = 64.27%
R=15.24%
G=20.50%
B=64.27%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal55742320.760.6800.09233.5679.3756.27
Hex374AE84C4409ea4f38
Octal6711235011410401135211770
Binary1101111001010111010001001100100010001001111010101001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374AE8; }

 p { color: rgb(55,74,232); }

 H1.HeaderClassName
 {
   color: #374AE8;
 }
 .AnyTagClassName
 {
   color: #374AE8;
 }
</style>
background-color css

<style>
 a { background-color: #374AE8; }

 a { background-color: rgb(55,74,232); }

 div.DivClassName
 {
   background-color: #374AE8;
 }
 .BgClassName
 {
   background-color: #374AE8;
 }
</style>
border-color css

<style>
 span { border-color: #374AE8; }

 span { border-color: rgb(55,74,232); }

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