#23305B

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

Shades of Lucky Point #23305B

Tints of Lucky Point #23305B

Color information

#23305B (or 0x23305B) is unknown color: approx Lucky Point. HEX triplet: 23, 30 and 5B. RGB value is (35,48,91). Sum of RGB (Red+Green+Blue) = 35+48+91=174 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20.11% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #23305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23305B is #DCCFA4. Grayscale: #303030. Windows color (decimal): -14471077 or 5976099. OLE color: 5976099.

HSL color Cylindrical-coordinate representation of color #23305B: hue angle of 226.07º 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 #23305B is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB354891-
CMYK0.620.4700.64
HSL226.07º44.44%24.71%-
HSV(B)226.07º61.54%35.69%-
XYZ3.643.2310.33-
YUV49.02151.69118-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.11%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=20.11%
G=27.59%
B=52.30%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3548910.620.4700.64226.0744.4424.71
Hex23305B3E2F040e22c19
Octal4360133765701003425431
Binary1000111100001011011111110101111010000001110001010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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