#232F58

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

Shades of Lucky Point #232F58

Tints of Lucky Point #232F58

Color information

#232F58 (or 0x232F58) is unknown color: approx Lucky Point. HEX triplet: 23, 2F and 58. RGB value is (35,47,88). Sum of RGB (Red+Green+Blue) = 35+47+88=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 47 (18.75% from 255 or 27.65% from 170); Blue value is 88 (34.77% from 255 or 51.76% from 170); Max value from RGB is 88 - color contains mainly: blue. Hex color #232F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F58 is #DCD0A7. Grayscale: #2F2F2F. Windows color (decimal): -14471336 or 5779235. OLE color: 5779235.

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

Color convert

RGB354788-
CMYK0.600.4700.65
HSL226.42º43.09%24.12%-
HSV(B)226.42º60.23%34.51%-
XYZ3.473.099.65-
YUV48.09150.52118.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 47 (18.75% from 255) = 27.65%
BLUE value IS 88 (34.77% from 255) = 51.76%
R=20.59%
G=27.65%
B=51.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3547880.600.4700.65226.4243.0924.12
Hex232F583C2F041e22b18
Octal4357130745701013425330
Binary1000111011111011000111100101111010000011110001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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