#232B52

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

Shades of Lucky Point #232B52

Tints of Lucky Point #232B52

Color information

#232B52 (or 0x232B52) is unknown color: approx Lucky Point. HEX triplet: 23, 2B and 52. RGB value is (35,43,82). Sum of RGB (Red+Green+Blue) = 35+43+82=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 82 (32.42% from 255 or 51.25% from 160); Max value from RGB is 82 - color contains mainly: blue. Hex color #232B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B52 is #DCD4AD. Grayscale: #2C2C2C. Windows color (decimal): -14472366 or 5384995. OLE color: 5384995.

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

Color convert

RGB354382-
CMYK0.570.4800.68
HSL229.79º40.17%22.94%-
HSV(B)229.79º57.32%32.16%-
XYZ3.082.698.34-
YUV45.05148.85120.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 82 (32.42% from 255) = 51.25%
R=21.88%
G=26.88%
B=51.25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3543820.570.4800.68229.7940.1722.94
Hex232B523930044e62817
Octal4353122716001043465027
Binary1000111010111010010111001110000010001001110011010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,43,82); }

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

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

 a { background-color: rgb(35,43,82); }

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

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

 span { border-color: rgb(35,43,82); }

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