#23254E

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

Shades of Lucky Point #23254E

Tints of Lucky Point #23254E

Color information

#23254E (or 0x23254E) is unknown color: approx Lucky Point. HEX triplet: 23, 25 and 4E. RGB value is (35,37,78). Sum of RGB (Red+Green+Blue) = 35+37+78=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 78 (30.86% from 255 or 52% from 150); Max value from RGB is 78 - color contains mainly: blue. Hex color #23254E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23254E is #DCDAB1. Grayscale: #282828. Windows color (decimal): -14473906 or 5121315. OLE color: 5121315.

HSL color Cylindrical-coordinate representation of color #23254E: hue angle of 237.21º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23254E is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB353778-
CMYK0.550.5300.69
HSL237.21º38.05%22.16%-
HSV(B)237.21º55.13%30.59%-
XYZ2.732.237.49-
YUV41.08148.84123.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.33%
GREEN value IS 37 (14.84% from 255) = 24.67%
BLUE value IS 78 (30.86% from 255) = 52%
R=23.33%
G=24.67%
B=52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3537780.550.5300.69237.2138.0522.16
Hex23254E3735045ed2616
Octal4345116676501053554626
Binary1000111001011001110110111110101010001011110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23254E; }

 p { color: rgb(35,37,78); }

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

<style>
 a { background-color: #23254E; }

 a { background-color: rgb(35,37,78); }

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

<style>
 span { border-color: #23254E; }

 span { border-color: rgb(35,37,78); }

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