#232A5F

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

Shades of Lucky Point #232A5F

Tints of Lucky Point #232A5F

Color information

#232A5F (or 0x232A5F) is unknown color: approx Lucky Point. HEX triplet: 23, 2A and 5F. RGB value is (35,42,95). Sum of RGB (Red+Green+Blue) = 35+42+95=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 95 (37.5% from 255 or 55.23% from 172); Max value from RGB is 95 - color contains mainly: blue. Hex color #232A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232A5F is #DCD5A0. Grayscale: #2D2D2D. Windows color (decimal): -14472609 or 6236707. OLE color: 6236707.

HSL color Cylindrical-coordinate representation of color #232A5F: hue angle of 233º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #232A5F is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB354295-
CMYK0.630.5600.63
HSL233º46.15%25.49%-
HSV(B)233º63.16%37.25%-
XYZ3.592.8411.19-
YUV45.95155.68120.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 42 (16.80% from 255) = 24.42%
BLUE value IS 95 (37.5% from 255) = 55.23%
R=20.35%
G=24.42%
B=55.23%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3542950.630.5600.6323346.1525.49
Hex232A5F3F3803Fe92e19
Octal435213777700773515631
Binary100011101010101111111111111100001111111110100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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