Html Css Color HEX #3438E6 Neon Blue

📋 copy color: '#3438E6'

red 52 ◦ green 56 ◦ blue 230

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

Shades of Neon Blue #3438E6

Tints of Neon Blue #3438E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 68.05%

R = 15.38%
G = 16.57%
B = 68.05%

CMYK

 C value IS 0.77

 M value IS 0.76

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3438E6 (or 0x3438E6) is known color: Neon Blue. HEX triplet: 34, 38 and E6. RGB value is (52,56,230). Sum of RGB (Red+Green+Blue) = 52+56+230=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 230 (90.23% from 255 or 68.05% from 338); Max value from RGB is 230 - color contains mainly: blue. Hex color #3438E6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3438E6 is #CBC719. Grayscale: #494949. Windows color (decimal): -13354778 or 15087668. OLE color: 15087668.

HSL color Cylindrical-coordinate representation of color #3438E6: hue angle of 238.65º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3438E6 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 56 230 -
CMYK 0.77 0.76 0 0.10
HSL 238.65º 0.78% 0.55% -
HSV(B) 238.65º 0.77% 0.9% -
XYZ 17.11 9.27 75.75 -
YUV 74.64 215.67 111.85 -
System Red Green Blue C M Y K H S L
Decimal 52 56 230 0.77 0.76 0 0.10 238.65 0.78 0.55
Hex 34 38 E6 4D 4C 0 A EF 4E 37
Octal 64 70 346 115 114 0 12 357 116 67
Binary 110100 111000 11100110 1001101 1001100 0 1010 11101111 1001110 110111

Color Harmonies of #3438E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3438E6

Black with #3438E6

Text Example


Text Example

White with #3438E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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