Html Css Color HEX #30324C Lucky Point

📋 copy color: '#30324C'

red 48 ◦ green 50 ◦ blue 76

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

Shades of Lucky Point #30324C

Tints of Lucky Point #30324C

RGB

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

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

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

R = 27.59%
G = 28.74%
B = 43.68%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30324C (or 0x30324C) is known color: Lucky Point. HEX triplet: 30, 32 and 4C. RGB value is (48,50,76). Sum of RGB (Red+Green+Blue) = 48+50+76=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #30324C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30324C is #CFCDB3. Grayscale: #343434. Windows color (decimal): -13618612 or 4993584. OLE color: 4993584.

HSL color Cylindrical-coordinate representation of color #30324C: hue angle of 235.71º 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 #30324C is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 50 76 -
CMYK 0.37 0.34 0 0.70
HSL 235.71º 0.23% 0.24% -
HSV(B) 235.71º 0.37% 0.3% -
XYZ 3.66 3.43 7.31 -
YUV 52.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 48 50 76 0.37 0.34 0 0.70 235.71 0.23 0.24
Hex 30 32 4C 25 22 0 46 EC 17 18
Octal 60 62 114 45 42 0 106 354 27 30
Binary 110000 110010 1001100 100101 100010 0 1000110 11101100 10111 11000

Color Harmonies of #30324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30324C

Black with #30324C

Text Example


Text Example

White with #30324C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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