Html Css Color HEX #30344D Lucky Point

📋 copy color: '#30344D'

red 48 ◦ green 52 ◦ blue 77

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

Shades of Lucky Point #30344D

Tints of Lucky Point #30344D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 43.5%

R = 27.12%
G = 29.38%
B = 43.5%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30344D (or 0x30344D) is known color: Lucky Point. HEX triplet: 30, 34 and 4D. RGB value is (48,52,77). Sum of RGB (Red+Green+Blue) = 48+52+77=177 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.12% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #30344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30344D is #CFCBB2. Grayscale: #353535. Windows color (decimal): -13618099 or 5059632. OLE color: 5059632.

HSL color Cylindrical-coordinate representation of color #30344D: hue angle of 231.72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30344D is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 52 77 -
CMYK 0.38 0.32 0 0.70
HSL 231.72º 0.23% 0.25% -
HSV(B) 231.72º 0.38% 0.3% -
XYZ 3.79 3.62 7.52 -
YUV 53.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 48 52 77 0.38 0.32 0 0.70 231.72 0.23 0.25
Hex 30 34 4D 26 20 0 46 E8 17 19
Octal 60 64 115 46 40 0 106 350 27 31
Binary 110000 110100 1001101 100110 100000 0 1000110 11101000 10111 11001

Color Harmonies of #30344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30344D

Black with #30344D

Text Example


Text Example

White with #30344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30344D; }

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

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

background-color css

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

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

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

border-color css

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

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

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