Html Css Color HEX #374BEA Neon Blue

📋 copy color: '#374BEA'

red 55 ◦ green 75 ◦ blue 234

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

Shades of Neon Blue #374BEA

Tints of Neon Blue #374BEA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.6%

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

R = 15.11%
G = 20.6%
B = 64.29%

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

#374BEA (or 0x374BEA) is known color: Neon Blue. HEX triplet: 37, 4B and EA. RGB value is (55,75,234). Sum of RGB (Red+Green+Blue) = 55+75+234=364 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.11% from 364); Green value is 75 (29.69% from 255 or 20.60% from 364); Blue value is 234 (91.80% from 255 or 64.29% from 364); Max value from RGB is 234 - color contains mainly: blue. Hex color #374BEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #374BEA is #C8B415. Grayscale: #565656. Windows color (decimal): -13153302 or 15354679. OLE color: 15354679.

HSL color Cylindrical-coordinate representation of color #374BEA: hue angle of 233.3º 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 #374BEA is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 55 75 234 -
CMYK 0.76 0.68 0 0.08
HSL 233.3º 0.81% 0.57% -
HSV(B) 233.3º 0.76% 0.92% -
XYZ 18.94 11.78 79.12 -
YUV 87.15 210.87 105.07 -
System Red Green Blue C M Y K H S L
Decimal 55 75 234 0.76 0.68 0 0.08 233.3 0.81 0.57
Hex 37 4B EA 4C 44 0 8 E9 51 39
Octal 67 113 352 114 104 0 10 351 121 71
Binary 110111 1001011 11101010 1001100 1000100 0 1000 11101001 1010001 111001

Color Harmonies of #374BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374BEA

Black with #374BEA

Text Example


Text Example

White with #374BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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