#232D5A

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

Shades of Lucky Point #232D5A

Tints of Lucky Point #232D5A

Color information

#232D5A (or 0x232D5A) is unknown color: approx Lucky Point. HEX triplet: 23, 2D and 5A. RGB value is (35,45,90). Sum of RGB (Red+Green+Blue) = 35+45+90=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 90 (35.55% from 255 or 52.94% from 170); Max value from RGB is 90 - color contains mainly: blue. Hex color #232D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232D5A is #DCD2A5. Grayscale: #2E2E2E. Windows color (decimal): -14471846 or 5909795. OLE color: 5909795.

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

Color convert

RGB354590-
CMYK0.610.5000.65
HSL229.09º44%24.51%-
HSV(B)229.09º61.11%35.29%-
XYZ3.482.9710.06-
YUV47.14152.19119.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.59%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 90 (35.55% from 255) = 52.94%
R=20.59%
G=26.47%
B=52.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3545900.610.5000.65229.094424.51
Hex232D5A3D32041e52c19
Octal4355132756201013455431
Binary1000111011011011010111101110010010000011110010110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,45,90); }

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

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

 a { background-color: rgb(35,45,90); }

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

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

 span { border-color: rgb(35,45,90); }

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