Html Css Color HEX #303248 Lucky Point

📋 copy color: '#303248'

red 48 ◦ green 50 ◦ blue 72

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

Shades of Lucky Point #303248

Tints of Lucky Point #303248

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.41%

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

R = 28.24%
G = 29.41%
B = 42.35%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#303248 (or 0x303248) is known color: Lucky Point. HEX triplet: 30, 32 and 48. RGB value is (48,50,72). Sum of RGB (Red+Green+Blue) = 48+50+72=170 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.24% from 170); Green value is 50 (19.92% from 255 or 29.41% from 170); Blue value is 72 (28.52% from 255 or 42.35% from 170); Max value from RGB is 72 - color contains mainly: blue. Hex color #303248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303248 is #CFCDB7. Grayscale: #333333. Windows color (decimal): -13618616 or 4731440. OLE color: 4731440.

HSL color Cylindrical-coordinate representation of color #303248: hue angle of 235º 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 #303248 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 50 72 -
CMYK 0.33 0.31 0 0.72
HSL 235º 0.2% 0.24% -
HSV(B) 235º 0.33% 0.28% -
XYZ 3.53 3.38 6.6 -
YUV 51.91 139.34 125.21 -
System Red Green Blue C M Y K H S L
Decimal 48 50 72 0.33 0.31 0 0.72 235 0.2 0.24
Hex 30 32 48 21 1F 0 48 EB 14 18
Octal 60 62 110 41 37 0 110 353 24 30
Binary 110000 110010 1001000 100001 11111 0 1001000 11101011 10100 11000

Color Harmonies of #303248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303248

Black with #303248

Text Example


Text Example

White with #303248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303248; }

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

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

background-color css

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

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

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

border-color css

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

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

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