#232C4B

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

Shades of Lucky Point #232C4B

Tints of Lucky Point #232C4B

Color information

#232C4B (or 0x232C4B) is unknown color: approx Lucky Point. HEX triplet: 23, 2C and 4B. RGB value is (35,44,75). Sum of RGB (Red+Green+Blue) = 35+44+75=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 75 (29.69% from 255 or 48.70% from 154); Max value from RGB is 75 - color contains mainly: blue. Hex color #232C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C4B is #DCD3B4. Grayscale: #2C2C2C. Windows color (decimal): -14472117 or 4926499. OLE color: 4926499.

HSL color Cylindrical-coordinate representation of color #232C4B: hue angle of 226.5º 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 #232C4B is Cyan = 0.53, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB354475-
CMYK0.530.4100.71
HSL226.5º36.36%21.57%-
HSV(B)226.5º53.33%29.41%-
XYZ2.862.677.02-
YUV44.84145.02120.98-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 44 (17.58% from 255) = 28.57%
BLUE value IS 75 (29.69% from 255) = 48.70%
R=22.73%
G=28.57%
B=48.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3544750.530.4100.71226.536.3621.57
Hex232C4B3529047e22416
Octal4354113655101073424426
Binary1000111011001001011110101101001010001111110001010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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