Html Css Color HEX #30304C Lucky Point

📋 copy color: '#30304C'

red 48 ◦ green 48 ◦ blue 76

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

Shades of Lucky Point #30304C

Tints of Lucky Point #30304C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 76 (30.08% from 255) = 44.19%

R = 27.91%
G = 27.91%
B = 44.19%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30304C (or 0x30304C) is known color: Lucky Point. HEX triplet: 30, 30 and 4C. RGB value is (48,48,76). Sum of RGB (Red+Green+Blue) = 48+48+76=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 76 (30.08% from 255 or 44.19% from 172); Max value from RGB is 76 - color contains mainly: blue. Hex color #30304C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30304C is #CFCFB3. Grayscale: #333333. Windows color (decimal): -13619124 or 4993072. OLE color: 4993072.

HSL color Cylindrical-coordinate representation of color #30304C: hue angle of 240º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #30304C is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 48 76 -
CMYK 0.37 0.37 0 0.70
HSL 240º 0.23% 0.24% -
HSV(B) 240º 0.37% 0.3% -
XYZ 3.58 3.26 7.28 -
YUV 51.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 48 48 76 0.37 0.37 0 0.70 240 0.23 0.24
Hex 30 30 4C 25 25 0 46 F0 17 18
Octal 60 60 114 45 45 0 106 360 27 30
Binary 110000 110000 1001100 100101 100101 0 1000110 11110000 10111 11000

Color Harmonies of #30304C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30304C

Black with #30304C

Text Example


Text Example

White with #30304C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30304C; }

 p { color: rgb(48,48,76); }

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

background-color css

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

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

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

border-color css

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

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

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