#23275B

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

Shades of Lucky Point #23275B

Tints of Lucky Point #23275B

Color information

#23275B (or 0x23275B) is unknown color: approx Lucky Point. HEX triplet: 23, 27 and 5B. RGB value is (35,39,91). Sum of RGB (Red+Green+Blue) = 35+39+91=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 39 (15.62% from 255 or 23.64% from 165); Blue value is 91 (35.94% from 255 or 55.15% from 165); Max value from RGB is 91 - color contains mainly: blue. Hex color #23275B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23275B is #DCD8A4. Grayscale: #2B2B2B. Windows color (decimal): -14473381 or 5973795. OLE color: 5973795.

HSL color Cylindrical-coordinate representation of color #23275B: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23275B is Cyan = 0.62, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB353991-
CMYK0.620.5700.64
HSL235.71º44.44%24.71%-
HSV(B)235.71º61.54%35.69%-
XYZ3.312.5610.22-
YUV43.73154.67121.77-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.21%
GREEN value IS 39 (15.62% from 255) = 23.64%
BLUE value IS 91 (35.94% from 255) = 55.15%
R=21.21%
G=23.64%
B=55.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3539910.620.5700.64235.7144.4424.71
Hex23275B3E39040ec2c19
Octal4347133767101003545431
Binary1000111001111011011111110111001010000001110110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23275B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23275B; }

 p { color: rgb(35,39,91); }

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

<style>
 a { background-color: #23275B; }

 a { background-color: rgb(35,39,91); }

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

<style>
 span { border-color: #23275B; }

 span { border-color: rgb(35,39,91); }

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