Html Css Color HEX #3138EC Neon Blue

📋 copy color: '#3138EC'

red 49 ◦ green 56 ◦ blue 236

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

Shades of Neon Blue #3138EC

Tints of Neon Blue #3138EC

RGB

 RED value IS 49 (19.53% from 255) = 14.37%

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

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 14.37%
G = 16.42%
B = 69.21%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3138EC (or 0x3138EC) is known color: Neon Blue. HEX triplet: 31, 38 and EC. RGB value is (49,56,236). Sum of RGB (Red+Green+Blue) = 49+56+236=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 56 (22.27% from 255 or 16.42% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #3138EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3138EC is #CEC713. Grayscale: #494949. Windows color (decimal): -13551380 or 15480881. OLE color: 15480881.

HSL color Cylindrical-coordinate representation of color #3138EC: hue angle of 237.75º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3138EC is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 56 236 -
CMYK 0.79 0.76 0 0.07
HSL 237.75º 0.83% 0.56% -
HSV(B) 237.75º 0.79% 0.93% -
XYZ 17.82 9.54 80.26 -
YUV 74.43 219.18 109.86 -
System Red Green Blue C M Y K H S L
Decimal 49 56 236 0.79 0.76 0 0.07 237.75 0.83 0.56
Hex 31 38 EC 4F 4C 0 7 EE 53 38
Octal 61 70 354 117 114 0 7 356 123 70
Binary 110001 111000 11101100 1001111 1001100 0 111 11101110 1010011 111000

Color Harmonies of #3138EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3138EC

Black with #3138EC

Text Example


Text Example

White with #3138EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3138EC; }

 p { color: rgb(49,56,236); }

 H1.HeaderClassName
 {
   color: #3138EC;
 }
 .AnyTagClassName
 {
   color: #3138EC;
 }
</style>

background-color css

<style>
 a { background-color: #3138EC; }

 a { background-color: rgb(49,56,236); }

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

border-color css

<style>
 span { border-color: #3138EC; }

 span { border-color: rgb(49,56,236); }

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