#2D3AFF

Color #2D3AFF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #2D3AFF

Tints of Neon Blue #2D3AFF

Color information

#2D3AFF (or 0x2D3AFF) is unknown color: approx Neon Blue. HEX triplet: 2D, 3A and FF. RGB value is (45,58,255). Sum of RGB (Red+Green+Blue) = 45+58+255=358 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.57% from 358); Green value is 58 (23.05% from 255 or 16.20% from 358); Blue value is 255 (100% from 255 or 71.23% from 358); Max value from RGB is 255 - color contains mainly: blue. Hex color #2D3AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2D3AFF is #D2C500. Grayscale: #4B4B4B. Windows color (decimal): -13812993 or 16726573. OLE color: 16726573.

HSL color Cylindrical-coordinate representation of color #2D3AFF: hue angle of 236.29º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D3AFF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4558255-
CMYK0.820.7700
HSL236.29º100%58.82%-
HSV(B)236.29º82.35%100%-
XYZ20.6510.895.6-
YUV76.57228.69105.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 12.57%
GREEN value IS 58 (23.05% from 255) = 16.20%
BLUE value IS 255 (100% from 255) = 71.23%
R=12.57%
G=16.20%
B=71.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal45582550.820.7700236.2910058.82
Hex2D3AFF524D00ec643b
Octal55723771221150035414473
Binary101101111010111111111010010100110100111011001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D3AFF; }

 p { color: rgb(45,58,255); }

 H1.HeaderClassName
 {
   color: #2D3AFF;
 }
 .AnyTagClassName
 {
   color: #2D3AFF;
 }
</style>
background-color css

<style>
 a { background-color: #2D3AFF; }

 a { background-color: rgb(45,58,255); }

 div.DivClassName
 {
   background-color: #2D3AFF;
 }
 .BgClassName
 {
   background-color: #2D3AFF;
 }
</style>
border-color css

<style>
 span { border-color: #2D3AFF; }

 span { border-color: rgb(45,58,255); }

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