#303457

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

Shades of Lucky Point #303457

Tints of Lucky Point #303457

Color information

#303457 (or 0x303457) is unknown color: approx Lucky Point. HEX triplet: 30, 34 and 57. RGB value is (48,52,87). Sum of RGB (Red+Green+Blue) = 48+52+87=187 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.67% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #303457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303457 is #CFCBA8. Grayscale: #363636. Windows color (decimal): -13618089 or 5714992. OLE color: 5714992.

HSL color Cylindrical-coordinate representation of color #303457: hue angle of 233.85º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #303457 is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB485287-
CMYK0.450.4000.66
HSL233.85º28.89%26.47%-
HSV(B)233.85º44.83%34.12%-
XYZ4.173.779.53-
YUV54.79146.17123.15-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.67%
GREEN value IS 52 (20.70% from 255) = 27.81%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=25.67%
G=27.81%
B=46.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4852870.450.4000.66233.8528.8926.47
Hex3034572D28042ea1d1a
Octal6064127555001023523532
Binary110000110100101011110110110100001000010111010101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303457; }

 p { color: rgb(48,52,87); }

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

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

 a { background-color: rgb(48,52,87); }

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

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

 span { border-color: rgb(48,52,87); }

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