Html Css Color HEX #30324B Lucky Point

📋 copy color: '#30324B'

red 48 ◦ green 50 ◦ blue 75

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

Shades of Lucky Point #30324B

Tints of Lucky Point #30324B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.35%

R = 27.75%
G = 28.9%
B = 43.35%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#30324B (or 0x30324B) is known color: Lucky Point. HEX triplet: 30, 32 and 4B. RGB value is (48,50,75). Sum of RGB (Red+Green+Blue) = 48+50+75=173 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.75% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 75 - color contains mainly: blue. Hex color #30324B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30324B is #CFCDB4. Grayscale: #343434. Windows color (decimal): -13618613 or 4928048. OLE color: 4928048.

HSL color Cylindrical-coordinate representation of color #30324B: hue angle of 235.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #30324B is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 50 75 -
CMYK 0.36 0.33 0 0.71
HSL 235.56º 0.22% 0.24% -
HSV(B) 235.56º 0.36% 0.29% -
XYZ 3.63 3.42 7.12 -
YUV 52.25 140.84 124.97 -
System Red Green Blue C M Y K H S L
Decimal 48 50 75 0.36 0.33 0 0.71 235.56 0.22 0.24
Hex 30 32 4B 24 21 0 47 EC 16 18
Octal 60 62 113 44 41 0 107 354 26 30
Binary 110000 110010 1001011 100100 100001 0 1000111 11101100 10110 11000

Color Harmonies of #30324B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30324B

Black with #30324B

Text Example


Text Example

White with #30324B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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