#232E54

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

Shades of Lucky Point #232E54

Tints of Lucky Point #232E54

Color information

#232E54 (or 0x232E54) is unknown color: approx Lucky Point. HEX triplet: 23, 2E and 54. RGB value is (35,46,84). Sum of RGB (Red+Green+Blue) = 35+46+84=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 46 (18.36% from 255 or 27.88% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #232E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232E54 is #DCD1AB. Grayscale: #2E2E2E. Windows color (decimal): -14471596 or 5516835. OLE color: 5516835.

HSL color Cylindrical-coordinate representation of color #232E54: hue angle of 226.53º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #232E54 is Cyan = 0.58, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB354684-
CMYK0.580.4500.67
HSL226.53º41.18%23.33%-
HSV(B)226.53º58.33%32.94%-
XYZ3.272.958.78-
YUV47.04148.86119.41-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 46 (18.36% from 255) = 27.88%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=21.21%
G=27.88%
B=50.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3546840.580.4500.67226.5341.1823.33
Hex232E543A2D043e32917
Octal4356124725501033435127
Binary1000111011101010100111010101101010000111110001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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