Html Css Color HEX #303348 Lucky Point

📋 copy color: '#303348'

red 48 ◦ green 51 ◦ blue 72

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

Shades of Lucky Point #303348

Tints of Lucky Point #303348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.11%

R = 28.07%
G = 29.82%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303348 (or 0x303348) is known color: Lucky Point. HEX triplet: 30, 33 and 48. RGB value is (48,51,72). Sum of RGB (Red+Green+Blue) = 48+51+72=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 72 (28.52% from 255 or 42.11% from 171); Max value from RGB is 72 - color contains mainly: blue. Hex color #303348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303348 is #CFCCB7. Grayscale: #343434. Windows color (decimal): -13618360 or 4731696. OLE color: 4731696.

HSL color Cylindrical-coordinate representation of color #303348: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303348 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 51 72 -
CMYK 0.33 0.29 0 0.72
HSL 232.5º 0.2% 0.24% -
HSV(B) 232.5º 0.33% 0.28% -
XYZ 3.57 3.46 6.61 -
YUV 52.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 48 51 72 0.33 0.29 0 0.72 232.5 0.2 0.24
Hex 30 33 48 21 1D 0 48 E8 14 18
Octal 60 63 110 41 35 0 110 350 24 30
Binary 110000 110011 1001000 100001 11101 0 1001000 11101000 10100 11000

Color Harmonies of #303348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303348

Black with #303348

Text Example


Text Example

White with #303348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303348; }

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

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

background-color css

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

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

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

border-color css

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

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

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