Html Css Color HEX #303347 Lucky Point

📋 copy color: '#303347'

red 48 ◦ green 51 ◦ blue 71

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

Shades of Lucky Point #303347

Tints of Lucky Point #303347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 41.76%

R = 28.24%
G = 30%
B = 41.76%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303347 (or 0x303347) is known color: Lucky Point. HEX triplet: 30, 33 and 47. RGB value is (48,51,71). Sum of RGB (Red+Green+Blue) = 48+51+71=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 71 (28.12% from 255 or 41.76% from 170); Max value from RGB is 71 - color contains mainly: blue. Hex color #303347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303347 is #CFCCB8. Grayscale: #343434. Windows color (decimal): -13618361 or 4666160. OLE color: 4666160.

HSL color Cylindrical-coordinate representation of color #303347: hue angle of 232.17º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303347 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 51 71 -
CMYK 0.32 0.28 0 0.72
HSL 232.17º 0.19% 0.23% -
HSV(B) 232.17º 0.32% 0.28% -
XYZ 3.54 3.45 6.44 -
YUV 52.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 48 51 71 0.32 0.28 0 0.72 232.17 0.19 0.23
Hex 30 33 47 20 1C 0 48 E8 13 17
Octal 60 63 107 40 34 0 110 350 23 27
Binary 110000 110011 1000111 100000 11100 0 1001000 11101000 10011 10111

Color Harmonies of #303347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303347

Black with #303347

Text Example


Text Example

White with #303347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303347; }

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

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

background-color css

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

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

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

border-color css

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

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

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