#232D58

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

Shades of Lucky Point #232D58

Tints of Lucky Point #232D58

Color information

#232D58 (or 0x232D58) is unknown color: approx Lucky Point. HEX triplet: 23, 2D and 58. RGB value is (35,45,88). Sum of RGB (Red+Green+Blue) = 35+45+88=168 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.83% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 88 (34.77% from 255 or 52.38% from 168); Max value from RGB is 88 - color contains mainly: blue. Hex color #232D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D58 is #DCD2A7. Grayscale: #2E2E2E. Windows color (decimal): -14471848 or 5778723. OLE color: 5778723.

HSL color Cylindrical-coordinate representation of color #232D58: hue angle of 228.68º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #232D58 is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB354588-
CMYK0.600.4900.65
HSL228.68º43.09%24.12%-
HSV(B)228.68º60.23%34.51%-
XYZ3.392.949.62-
YUV46.91151.19119.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.83%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 88 (34.77% from 255) = 52.38%
R=20.83%
G=26.79%
B=52.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3545880.600.4900.65228.6843.0924.12
Hex232D583C31041e52b18
Octal4355130746101013455330
Binary1000111011011011000111100110001010000011110010110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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