#232C51

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

Shades of Lucky Point #232C51

Tints of Lucky Point #232C51

Color information

#232C51 (or 0x232C51) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 51. RGB value is (35,44,81). Sum of RGB (Red+Green+Blue) = 35+44+81=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 81 (32.03% from 255 or 50.62% from 160); Max value from RGB is 81 - color contains mainly: blue. Hex color #232C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C51 is #DCD3AE. Grayscale: #2D2D2D. Windows color (decimal): -14472111 or 5319715. OLE color: 5319715.

HSL color Cylindrical-coordinate representation of color #232C51: hue angle of 228.26º 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 #232C51 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB354481-
CMYK0.570.4600.68
HSL228.26º39.66%22.75%-
HSV(B)228.26º56.79%31.76%-
XYZ3.082.758.15-
YUV45.53148.02120.49-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 81 (32.03% from 255) = 50.62%
R=21.88%
G=27.5%
B=50.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3544810.570.4600.68228.2639.6622.75
Hex232C51392E044e42817
Octal4354121715601043445027
Binary1000111011001010001111001101110010001001110010010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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