#232B4D

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

Shades of Lucky Point #232B4D

Tints of Lucky Point #232B4D

Color information

#232B4D (or 0x232B4D) is unknown color: approx Lucky Point. HEX triplet: 23, 2B and 4D. RGB value is (35,43,77). Sum of RGB (Red+Green+Blue) = 35+43+77=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #232B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B4D is #DCD4B2. Grayscale: #2C2C2C. Windows color (decimal): -14472371 or 5057315. OLE color: 5057315.

HSL color Cylindrical-coordinate representation of color #232B4D: hue angle of 228.57º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #232B4D is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB354377-
CMYK0.550.4400.70
HSL228.57º37.5%21.96%-
HSV(B)228.57º54.55%30.2%-
XYZ2.92.627.37-
YUV44.48146.35121.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 43 (17.19% from 255) = 27.74%
BLUE value IS 77 (30.47% from 255) = 49.68%
R=22.58%
G=27.74%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3543770.550.4400.70228.5737.521.96
Hex232B4D372C046e52516
Octal4353115675401063454526
Binary1000111010111001101110111101100010001101110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,43,77); }

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

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

 a { background-color: rgb(35,43,77); }

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

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

 span { border-color: rgb(35,43,77); }

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