#232A53

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

Shades of Lucky Point #232A53

Tints of Lucky Point #232A53

Color information

#232A53 (or 0x232A53) is unknown color: approx Lucky Point. HEX triplet: 23, 2A and 53. RGB value is (35,42,83). Sum of RGB (Red+Green+Blue) = 35+42+83=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 42 (16.80% from 255 or 26.25% from 160); Blue value is 83 (32.81% from 255 or 51.88% from 160); Max value from RGB is 83 - color contains mainly: blue. Hex color #232A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A53 is #DCD5AC. Grayscale: #2C2C2C. Windows color (decimal): -14472621 or 5450275. OLE color: 5450275.

HSL color Cylindrical-coordinate representation of color #232A53: hue angle of 231.25º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232A53 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB354283-
CMYK0.580.4900.67
HSL231.25º40.68%23.14%-
HSV(B)231.25º57.83%32.55%-
XYZ3.082.648.53-
YUV44.58149.68121.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 42 (16.80% from 255) = 26.25%
BLUE value IS 83 (32.81% from 255) = 51.88%
R=21.88%
G=26.25%
B=51.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3542830.580.4900.67231.2540.6823.14
Hex232A533A31043e72917
Octal4352123726101033475127
Binary1000111010101010011111010110001010000111110011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,42,83); }

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

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

 a { background-color: rgb(35,42,83); }

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

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

 span { border-color: rgb(35,42,83); }

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