#233059

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

Shades of Lucky Point #233059

Tints of Lucky Point #233059

Color information

#233059 (or 0x233059) is unknown color: approx Lucky Point. HEX triplet: 23, 30 and 59. RGB value is (35,48,89). Sum of RGB (Red+Green+Blue) = 35+48+89=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #233059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233059 is #DCCFA6. Grayscale: #303030. Windows color (decimal): -14471079 or 5845027. OLE color: 5845027.

HSL color Cylindrical-coordinate representation of color #233059: hue angle of 225.56º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233059 is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB354889-
CMYK0.610.4600.65
HSL225.56º43.55%24.31%-
HSV(B)225.56º60.67%34.9%-
XYZ3.553.199.88-
YUV48.79150.69118.17-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 48 (19.14% from 255) = 27.91%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=20.35%
G=27.91%
B=51.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3548890.610.4600.65225.5643.5524.31
Hex2330593D2E041e22c18
Octal4360131755601013425430
Binary1000111100001011001111101101110010000011110001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #233059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #233059; }

 p { color: rgb(35,48,89); }

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

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

 a { background-color: rgb(35,48,89); }

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

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

 span { border-color: rgb(35,48,89); }

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