#232B4B

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

Shades of Lucky Point #232B4B

Tints of Lucky Point #232B4B

Color information

#232B4B (or 0x232B4B) is unknown color: approx Lucky Point. HEX triplet: 23, 2B and 4B. RGB value is (35,43,75). Sum of RGB (Red+Green+Blue) = 35+43+75=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 43 (17.19% from 255 or 28.10% from 153); Blue value is 75 (29.69% from 255 or 49.02% from 153); Max value from RGB is 75 - color contains mainly: blue. Hex color #232B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B4B is #DCD4B4. Grayscale: #2C2C2C. Windows color (decimal): -14472373 or 4926243. OLE color: 4926243.

HSL color Cylindrical-coordinate representation of color #232B4B: hue angle of 228º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #232B4B is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB354375-
CMYK0.530.4300.71
HSL228º36.36%21.57%-
HSV(B)228º53.33%29.41%-
XYZ2.832.597.01-
YUV44.26145.35121.4-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 43 (17.19% from 255) = 28.10%
BLUE value IS 75 (29.69% from 255) = 49.02%
R=22.88%
G=28.10%
B=49.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3543750.530.4300.7122836.3621.57
Hex232B4B352B047e42416
Octal4353113655301073444426
Binary1000111010111001011110101101011010001111110010010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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