Html Css Color HEX #374AEA Neon Blue

📋 copy color: '#374AEA'

red 55 ◦ green 74 ◦ blue 234

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

Shades of Neon Blue #374AEA

Tints of Neon Blue #374AEA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.39%

 BLUE value IS 234 (91.8% from 255) = 64.46%

R = 15.15%
G = 20.39%
B = 64.46%

CMYK

 C value IS 0.76

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#374AEA (or 0x374AEA) is known color: Neon Blue. HEX triplet: 37, 4A and EA. RGB value is (55,74,234). Sum of RGB (Red+Green+Blue) = 55+74+234=363 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.15% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #374AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374AEA is #C8B515. Grayscale: #555555. Windows color (decimal): -13153558 or 15354423. OLE color: 15354423.

HSL color Cylindrical-coordinate representation of color #374AEA: hue angle of 233.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #374AEA is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 74 234 -
CMYK 0.76 0.68 0 0.08
HSL 233.63º 0.81% 0.57% -
HSV(B) 233.63º 0.76% 0.92% -
XYZ 18.88 11.65 79.1 -
YUV 86.56 211.21 105.49 -
System Red Green Blue C M Y K H S L
Decimal 55 74 234 0.76 0.68 0 0.08 233.63 0.81 0.57
Hex 37 4A EA 4C 44 0 8 EA 51 39
Octal 67 112 352 114 104 0 10 352 121 71
Binary 110111 1001010 11101010 1001100 1000100 0 1000 11101010 1010001 111001

Color Harmonies of #374AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374AEA

Black with #374AEA

Text Example


Text Example

White with #374AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #374AEA;
 }
 .AnyTagClassName
 {
   color: #374AEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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