Html Css Color HEX #303450 Lucky Point

📋 copy color: '#303450'

red 48 ◦ green 52 ◦ blue 80

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

Shades of Lucky Point #303450

Tints of Lucky Point #303450

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.89%

 BLUE value IS 80 (31.64% from 255) = 44.44%

R = 26.67%
G = 28.89%
B = 44.44%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#303450 (or 0x303450) is known color: Lucky Point. HEX triplet: 30, 34 and 50. RGB value is (48,52,80). Sum of RGB (Red+Green+Blue) = 48+52+80=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #303450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303450 is #CFCBAF. Grayscale: #353535. Windows color (decimal): -13618096 or 5256240. OLE color: 5256240.

HSL color Cylindrical-coordinate representation of color #303450: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #303450 is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 52 80 -
CMYK 0.40 0.35 0 0.69
HSL 232.5º 0.25% 0.25% -
HSV(B) 232.5º 0.4% 0.31% -
XYZ 3.89 3.66 8.09 -
YUV 54 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 48 52 80 0.40 0.35 0 0.69 232.5 0.25 0.25
Hex 30 34 50 28 23 0 45 E8 19 19
Octal 60 64 120 50 43 0 105 350 31 31
Binary 110000 110100 1010000 101000 100011 0 1000101 11101000 11001 11001

Color Harmonies of #303450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303450

Black with #303450

Text Example


Text Example

White with #303450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303450; }

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

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

background-color css

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

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

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

border-color css

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

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

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