Html Css Color HEX #303357 Lucky Point

📋 copy color: '#303357'

red 48 ◦ green 51 ◦ blue 87

#303357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky Point #303357

Tints of Lucky Point #303357

RGB

 RED value IS 48 (19.14% from 255) = 25.81%

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 87 (34.38% from 255) = 46.77%

R = 25.81%
G = 27.42%
B = 46.77%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#303357 (or 0x303357) is known color: Lucky Point. HEX triplet: 30, 33 and 57. RGB value is (48,51,87). Sum of RGB (Red+Green+Blue) = 48+51+87=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 87 (34.38% from 255 or 46.77% from 186); Max value from RGB is 87 - color contains mainly: blue. Hex color #303357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303357 is #CFCCA8. Grayscale: #363636. Windows color (decimal): -13618345 or 5714736. OLE color: 5714736.

HSL color Cylindrical-coordinate representation of color #303357: hue angle of 235.38º 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 #303357 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 48 51 87 -
CMYK 0.45 0.41 0 0.66
HSL 235.38º 0.29% 0.26% -
HSV(B) 235.38º 0.45% 0.34% -
XYZ 4.12 3.68 9.51 -
YUV 54.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 48 51 87 0.45 0.41 0 0.66 235.38 0.29 0.26
Hex 30 33 57 2D 29 0 42 EB 1D 1A
Octal 60 63 127 55 51 0 102 353 35 32
Binary 110000 110011 1010111 101101 101001 0 1000010 11101011 11101 11010

Color Harmonies of #303357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303357

Black with #303357

Text Example


Text Example

White with #303357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303357; }

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

 H1.HeaderClassName
 {
   color: #303357;
 }
 .AnyTagClassName
 {
   color: #303357;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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