#232A5C

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

Shades of Lucky Point #232A5C

Tints of Lucky Point #232A5C

Color information

#232A5C (or 0x232A5C) is unknown color: approx Lucky Point. HEX triplet: 23, 2A and 5C. RGB value is (35,42,92). Sum of RGB (Red+Green+Blue) = 35+42+92=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 42 (16.80% from 255 or 24.85% from 169); Blue value is 92 (36.33% from 255 or 54.44% from 169); Max value from RGB is 92 - color contains mainly: blue. Hex color #232A5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A5C is #DCD5A3. Grayscale: #2D2D2D. Windows color (decimal): -14472612 or 6040099. OLE color: 6040099.

HSL color Cylindrical-coordinate representation of color #232A5C: hue angle of 232.63º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #232A5C is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB354292-
CMYK0.620.5400.64
HSL232.63º44.88%24.9%-
HSV(B)232.63º61.96%36.08%-
XYZ3.452.7910.48-
YUV45.61154.18120.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 42 (16.80% from 255) = 24.85%
BLUE value IS 92 (36.33% from 255) = 54.44%
R=20.71%
G=24.85%
B=54.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3542920.620.5400.64232.6344.8824.9
Hex232A5C3E36040e92d19
Octal4352134766601003515531
Binary1000111010101011100111110110110010000001110100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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