#232D51

Color #232D51 Lucky Point (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky Point #232D51

Tints of Lucky Point #232D51

Color information

#232D51 (or 0x232D51) is unknown color: approx Lucky Point. HEX triplet: 23, 2D and 51. RGB value is (35,45,81). Sum of RGB (Red+Green+Blue) = 35+45+81=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 45 (17.97% from 255 or 27.95% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #232D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D51 is #DCD2AE. Grayscale: #2D2D2D. Windows color (decimal): -14471855 or 5319971. OLE color: 5319971.

HSL color Cylindrical-coordinate representation of color #232D51: hue angle of 226.96º degrees, saturation: 0.4, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #232D51 is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB354581-
CMYK0.570.4400.68
HSL226.96º39.66%22.75%-
HSV(B)226.96º56.79%31.76%-
XYZ3.122.838.17-
YUV46.11147.69120.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 45 (17.97% from 255) = 27.95%
BLUE value IS 81 (32.03% from 255) = 50.31%
R=21.74%
G=27.95%
B=50.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3545810.570.4400.68226.9639.6622.75
Hex232D51392C044e32817
Octal4355121715401043435027
Binary1000111011011010001111001101100010001001110001110100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232D51; }

 p { color: rgb(35,45,81); }

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

<style>
 a { background-color: #232D51; }

 a { background-color: rgb(35,45,81); }

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

<style>
 span { border-color: #232D51; }

 span { border-color: rgb(35,45,81); }

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