#232E52

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

Shades of Lucky Point #232E52

Tints of Lucky Point #232E52

Color information

#232E52 (or 0x232E52) is unknown color: approx Lucky Point. HEX triplet: 23, 2E and 52. RGB value is (35,46,82). Sum of RGB (Red+Green+Blue) = 35+46+82=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 82 (32.42% from 255 or 50.31% from 163); Max value from RGB is 82 - color contains mainly: blue. Hex color #232E52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E52 is #DCD1AD. Grayscale: #2E2E2E. Windows color (decimal): -14471598 or 5385763. OLE color: 5385763.

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

Color convert

RGB354682-
CMYK0.570.4400.68
HSL225.96º40.17%22.94%-
HSV(B)225.96º57.32%32.16%-
XYZ3.192.928.38-
YUV46.82147.86119.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 82 (32.42% from 255) = 50.31%
R=21.47%
G=28.22%
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
Decimal3546820.570.4400.68225.9640.1722.94
Hex232E52392C044e22817
Octal4356122715401043425027
Binary1000111011101010010111001101100010001001110001010100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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