#23305F

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

Shades of Lucky Point #23305F

Tints of Lucky Point #23305F

Color information

#23305F (or 0x23305F) is unknown color: approx Lucky Point. HEX triplet: 23, 30 and 5F. RGB value is (35,48,95). Sum of RGB (Red+Green+Blue) = 35+48+95=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 95 (37.5% from 255 or 53.37% from 178); Max value from RGB is 95 - color contains mainly: blue. Hex color #23305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23305F is #DCCFA0. Grayscale: #313131. Windows color (decimal): -14471073 or 6238243. OLE color: 6238243.

HSL color Cylindrical-coordinate representation of color #23305F: hue angle of 227º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23305F is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB354895-
CMYK0.630.4900.63
HSL227º46.15%25.49%-
HSV(B)227º63.16%37.25%-
XYZ3.823.311.26-
YUV49.47153.69117.68-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.66%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 95 (37.5% from 255) = 53.37%
R=19.66%
G=26.97%
B=53.37%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3548950.630.4900.6322746.1525.49
Hex23305F3F3103Fe32e19
Octal436013777610773435631
Binary100011110000101111111111111000101111111110001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23305F; }

 p { color: rgb(35,48,95); }

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

<style>
 a { background-color: #23305F; }

 a { background-color: rgb(35,48,95); }

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

<style>
 span { border-color: #23305F; }

 span { border-color: rgb(35,48,95); }

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