Html Css Color HEX #343CE2 Neon Blue

📋 copy color: '#343CE2'

red 52 ◦ green 60 ◦ blue 226

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

Shades of Neon Blue #343CE2

Tints of Neon Blue #343CE2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.75%

 BLUE value IS 226 (88.67% from 255) = 66.86%

R = 15.38%
G = 17.75%
B = 66.86%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#343CE2 (or 0x343CE2) is known color: Neon Blue. HEX triplet: 34, 3C and E2. RGB value is (52,60,226). Sum of RGB (Red+Green+Blue) = 52+60+226=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 226 (88.67% from 255 or 66.86% from 338); Max value from RGB is 226 - color contains mainly: blue. Hex color #343CE2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #343CE2 is #CBC31D. Grayscale: #4B4B4B. Windows color (decimal): -13353758 or 14826548. OLE color: 14826548.

HSL color Cylindrical-coordinate representation of color #343CE2: hue angle of 237.24º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #343CE2 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 52 60 226 -
CMYK 0.77 0.73 0 0.11
HSL 237.24º 0.75% 0.55% -
HSV(B) 237.24º 0.77% 0.89% -
XYZ 16.76 9.45 72.89 -
YUV 76.53 212.35 110.5 -
System Red Green Blue C M Y K H S L
Decimal 52 60 226 0.77 0.73 0 0.11 237.24 0.75 0.55
Hex 34 3C E2 4D 49 0 B ED 4B 37
Octal 64 74 342 115 111 0 13 355 113 67
Binary 110100 111100 11100010 1001101 1001001 0 1011 11101101 1001011 110111

Color Harmonies of #343CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343CE2

Black with #343CE2

Text Example


Text Example

White with #343CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343CE2; }

 p { color: rgb(52,60,226); }

 H1.HeaderClassName
 {
   color: #343CE2;
 }
 .AnyTagClassName
 {
   color: #343CE2;
 }
</style>

background-color css

<style>
 a { background-color: #343CE2; }

 a { background-color: rgb(52,60,226); }

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

border-color css

<style>
 span { border-color: #343CE2; }

 span { border-color: rgb(52,60,226); }

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