Html Css Color HEX #373AFF Neon Blue

📋 copy color: '#373AFF'

red 55 ◦ green 58 ◦ blue 255

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

Shades of Neon Blue #373AFF

Tints of Neon Blue #373AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

 BLUE value IS 255 (100% from 255) = 69.29%

R = 14.95%
G = 15.76%
B = 69.29%

CMYK

 C value IS 0.78

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#373AFF (or 0x373AFF) is known color: Neon Blue. HEX triplet: 37, 3A and FF. RGB value is (55,58,255). Sum of RGB (Red+Green+Blue) = 55+58+255=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #373AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #373AFF is #C8C500. Grayscale: #4E4E4E. Windows color (decimal): -13157633 or 16726583. OLE color: 16726583.

HSL color Cylindrical-coordinate representation of color #373AFF: hue angle of 239.1º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #373AFF is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 55 58 255 -
CMYK 0.78 0.77 0 0
HSL 239.1º 1% 0.61% -
HSV(B) 239.1º 0.78% 1% -
XYZ 21.14 11.06 95.63 -
YUV 79.56 227.01 110.48 -
System Red Green Blue C M Y K H S L
Decimal 55 58 255 0.78 0.77 0 0 239.1 1 0.61
Hex 37 3A FF 4E 4D 0 0 EF 64 3D
Octal 67 72 377 116 115 0 0 357 144 75
Binary 110111 111010 11111111 1001110 1001101 0 0 11101111 1100100 111101

Color Harmonies of #373AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373AFF

Black with #373AFF

Text Example


Text Example

White with #373AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373AFF; }

 p { color: rgb(55,58,255); }

 H1.HeaderClassName
 {
   color: #373AFF;
 }
 .AnyTagClassName
 {
   color: #373AFF;
 }
</style>

background-color css

<style>
 a { background-color: #373AFF; }

 a { background-color: rgb(55,58,255); }

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

border-color css

<style>
 span { border-color: #373AFF; }

 span { border-color: rgb(55,58,255); }

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