Html Css Color HEX #344EEE Neon Blue

📋 copy color: '#344EEE'

red 52 ◦ green 78 ◦ blue 238

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

Shades of Neon Blue #344EEE

Tints of Neon Blue #344EEE

RGB

 RED value IS 52 (20.7% from 255) = 14.13%

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 238 (93.36% from 255) = 64.67%

R = 14.13%
G = 21.2%
B = 64.67%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#344EEE (or 0x344EEE) is known color: Neon Blue. HEX triplet: 34, 4E and EE. RGB value is (52,78,238). Sum of RGB (Red+Green+Blue) = 52+78+238=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 238 (93.36% from 255 or 64.67% from 368); Max value from RGB is 238 - color contains mainly: blue. Hex color #344EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #344EEE is #CBB111. Grayscale: #575757. Windows color (decimal): -13349138 or 15617588. OLE color: 15617588.

HSL color Cylindrical-coordinate representation of color #344EEE: hue angle of 231.61º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #344EEE is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 78 238 -
CMYK 0.78 0.67 0 0.07
HSL 231.61º 0.85% 0.57% -
HSV(B) 231.61º 0.78% 0.93% -
XYZ 19.57 12.35 82.24 -
YUV 88.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 52 78 238 0.78 0.67 0 0.07 231.61 0.85 0.57
Hex 34 4E EE 4E 43 0 7 E8 55 39
Octal 64 116 356 116 103 0 7 350 125 71
Binary 110100 1001110 11101110 1001110 1000011 0 111 11101000 1010101 111001

Color Harmonies of #344EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344EEE

Black with #344EEE

Text Example


Text Example

White with #344EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344EEE; }

 p { color: rgb(52,78,238); }

 H1.HeaderClassName
 {
   color: #344EEE;
 }
 .AnyTagClassName
 {
   color: #344EEE;
 }
</style>

background-color css

<style>
 a { background-color: #344EEE; }

 a { background-color: rgb(52,78,238); }

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

border-color css

<style>
 span { border-color: #344EEE; }

 span { border-color: rgb(52,78,238); }

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