#232F59

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

Shades of Lucky Point #232F59

Tints of Lucky Point #232F59

Color information

#232F59 (or 0x232F59) is unknown color: approx Lucky Point. HEX triplet: 23, 2F and 59. RGB value is (35,47,89). Sum of RGB (Red+Green+Blue) = 35+47+89=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 89 (35.16% from 255 or 52.05% from 171); Max value from RGB is 89 - color contains mainly: blue. Hex color #232F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F59 is #DCD0A6. Grayscale: #303030. Windows color (decimal): -14471335 or 5844771. OLE color: 5844771.

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

Color convert

RGB354789-
CMYK0.610.4700.65
HSL226.67º43.55%24.31%-
HSV(B)226.67º60.67%34.9%-
XYZ3.513.119.87-
YUV48.2151.02118.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.47%
GREEN value IS 47 (18.75% from 255) = 27.49%
BLUE value IS 89 (35.16% from 255) = 52.05%
R=20.47%
G=27.49%
B=52.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3547890.610.4700.65226.6743.5524.31
Hex232F593D2F041e32c18
Octal4357131755701013435430
Binary1000111011111011001111101101111010000011110001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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