#23274A

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

Shades of Lucky Point #23274A

Tints of Lucky Point #23274A

Color information

#23274A (or 0x23274A) is unknown color: approx Lucky Point. HEX triplet: 23, 27 and 4A. RGB value is (35,39,74). Sum of RGB (Red+Green+Blue) = 35+39+74=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 74 (29.30% from 255 or 50% from 148); Max value from RGB is 74 - color contains mainly: blue. Hex color #23274A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23274A is #DCD8B5. Grayscale: #292929. Windows color (decimal): -14473398 or 4859683. OLE color: 4859683.

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

Color convert

RGB353974-
CMYK0.530.4700.71
HSL233.85º35.78%21.37%-
HSV(B)233.85º52.7%29.02%-
XYZ2.652.36.78-
YUV41.79146.17123.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.65%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 74 (29.30% from 255) = 50%
R=23.65%
G=26.35%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3539740.530.4700.71233.8535.7821.37
Hex23274A352F047ea2415
Octal4347112655701073524425
Binary1000111001111001010110101101111010001111110101010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23274A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23274A; }

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

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

<style>
 a { background-color: #23274A; }

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

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

<style>
 span { border-color: #23274A; }

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

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