#232C58

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

Shades of Lucky Point #232C58

Tints of Lucky Point #232C58

Color information

#232C58 (or 0x232C58) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 58. RGB value is (35,44,88). Sum of RGB (Red+Green+Blue) = 35+44+88=167 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.96% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #232C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232C58 is #DCD3A7. Grayscale: #2E2E2E. Windows color (decimal): -14472104 or 5778467. OLE color: 5778467.

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

Color convert

RGB354488-
CMYK0.600.500.65
HSL229.81º43.09%24.12%-
HSV(B)229.81º60.23%34.51%-
XYZ3.362.869.61-
YUV46.32151.52119.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.96%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 88 (34.77% from 255) = 52.69%
R=20.96%
G=26.35%
B=52.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3544880.600.500.65229.8143.0924.12
Hex232C583C32041e62b18
Octal4354130746201013465330
Binary1000111011001011000111100110010010000011110011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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