Html Css Color HEX #3438EE Neon Blue

📋 copy color: '#3438EE'

red 52 ◦ green 56 ◦ blue 238

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

Shades of Neon Blue #3438EE

Tints of Neon Blue #3438EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.18%

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

R = 15.03%
G = 16.18%
B = 68.79%

CMYK

 C value IS 0.78

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3438EE (or 0x3438EE) is known color: Neon Blue. HEX triplet: 34, 38 and EE. RGB value is (52,56,238). Sum of RGB (Red+Green+Blue) = 52+56+238=346 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.03% from 346); Green value is 56 (22.27% from 255 or 16.18% from 346); Blue value is 238 (93.36% from 255 or 68.79% from 346); Max value from RGB is 238 - color contains mainly: blue. Hex color #3438EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3438EE is #CBC711. Grayscale: #4A4A4A. Windows color (decimal): -13354770 or 15611956. OLE color: 15611956.

HSL color Cylindrical-coordinate representation of color #3438EE: hue angle of 238.71º 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 #3438EE is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 56 238 -
CMYK 0.78 0.76 0 0.07
HSL 238.71º 0.85% 0.57% -
HSV(B) 238.71º 0.78% 0.93% -
XYZ 18.26 9.73 81.8 -
YUV 75.55 219.67 111.2 -
System Red Green Blue C M Y K H S L
Decimal 52 56 238 0.78 0.76 0 0.07 238.71 0.85 0.57
Hex 34 38 EE 4E 4C 0 7 EF 55 39
Octal 64 70 356 116 114 0 7 357 125 71
Binary 110100 111000 11101110 1001110 1001100 0 111 11101111 1010101 111001

Color Harmonies of #3438EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3438EE

Black with #3438EE

Text Example


Text Example

White with #3438EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3438EE; }

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

 H1.HeaderClassName
 {
   color: #3438EE;
 }
 .AnyTagClassName
 {
   color: #3438EE;
 }
</style>

background-color css

<style>
 a { background-color: #3438EE; }

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

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

border-color css

<style>
 span { border-color: #3438EE; }

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

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