#232D5F

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

Shades of Lucky Point #232D5F

Tints of Lucky Point #232D5F

Color information

#232D5F (or 0x232D5F) is unknown color: approx Lucky Point. HEX triplet: 23, 2D and 5F. RGB value is (35,45,95). Sum of RGB (Red+Green+Blue) = 35+45+95=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #232D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5F is #DCD2A0. Grayscale: #2F2F2F. Windows color (decimal): -14471841 or 6237475. OLE color: 6237475.

HSL color Cylindrical-coordinate representation of color #232D5F: hue angle of 230º 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 #232D5F is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB354595-
CMYK0.630.5300.63
HSL230º46.15%25.49%-
HSV(B)230º63.16%37.25%-
XYZ3.73.0611.22-
YUV47.71154.69118.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=20%
G=25.71%
B=54.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3545950.630.5300.6323046.1525.49
Hex232D5F3F3503Fe62e19
Octal435513777650773465631
Binary100011101101101111111111111010101111111110011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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