#23274D

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

Shades of Lucky Point #23274D

Tints of Lucky Point #23274D

Color information

#23274D (or 0x23274D) is unknown color: approx Lucky Point. HEX triplet: 23, 27 and 4D. RGB value is (35,39,77). Sum of RGB (Red+Green+Blue) = 35+39+77=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 39 (15.62% from 255 or 25.83% from 151); Blue value is 77 (30.47% from 255 or 50.99% from 151); Max value from RGB is 77 - color contains mainly: blue. Hex color #23274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23274D is #DCD8B2. Grayscale: #292929. Windows color (decimal): -14473395 or 5056291. OLE color: 5056291.

HSL color Cylindrical-coordinate representation of color #23274D: hue angle of 234.29º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23274D is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB353977-
CMYK0.550.4900.70
HSL234.29º37.5%21.96%-
HSV(B)234.29º54.55%30.2%-
XYZ2.762.347.33-
YUV42.14147.67122.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 39 (15.62% from 255) = 25.83%
BLUE value IS 77 (30.47% from 255) = 50.99%
R=23.18%
G=25.83%
B=50.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3539770.550.4900.70234.2937.521.96
Hex23274D3731046ea2516
Octal4347115676101063524526
Binary1000111001111001101110111110001010001101110101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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