#232B4F

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

Shades of Lucky Point #232B4F

Tints of Lucky Point #232B4F

Color information

#232B4F (or 0x232B4F) is unknown color: approx Lucky Point. HEX triplet: 23, 2B and 4F. RGB value is (35,43,79). Sum of RGB (Red+Green+Blue) = 35+43+79=157 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.29% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #232B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232B4F is #DCD4B0. Grayscale: #2C2C2C. Windows color (decimal): -14472369 or 5188387. OLE color: 5188387.

HSL color Cylindrical-coordinate representation of color #232B4F: hue angle of 229.09º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #232B4F is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB354379-
CMYK0.560.4600.69
HSL229.09º38.6%22.35%-
HSV(B)229.09º55.7%30.98%-
XYZ2.972.657.75-
YUV44.71147.35121.07-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.29%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=22.29%
G=27.39%
B=50.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3543790.560.4600.69229.0938.622.35
Hex232B4F382E045e52716
Octal4353117705601053454726
Binary1000111010111001111111000101110010001011110010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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