#232E58

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

Shades of Lucky Point #232E58

Tints of Lucky Point #232E58

Color information

#232E58 (or 0x232E58) is unknown color: approx Lucky Point. HEX triplet: 23, 2E and 58. RGB value is (35,46,88). Sum of RGB (Red+Green+Blue) = 35+46+88=169 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.71% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 88 (34.77% from 255 or 52.07% from 169); Max value from RGB is 88 - color contains mainly: blue. Hex color #232E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E58 is #DCD1A7. Grayscale: #2F2F2F. Windows color (decimal): -14471592 or 5778979. OLE color: 5778979.

HSL color Cylindrical-coordinate representation of color #232E58: hue angle of 227.55º 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 #232E58 is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB354688-
CMYK0.600.4800.65
HSL227.55º43.09%24.12%-
HSV(B)227.55º60.23%34.51%-
XYZ3.433.029.63-
YUV47.5150.86119.08-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.71%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 88 (34.77% from 255) = 52.07%
R=20.71%
G=27.22%
B=52.07%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3546880.600.4800.65227.5543.0924.12
Hex232E583C30041e42b18
Octal4356130746001013445330
Binary1000111011101011000111100110000010000011110010010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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