Html Css Color HEX #30334C Lucky Point

📋 copy color: '#30334C'

red 48 ◦ green 51 ◦ blue 76

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

Shades of Lucky Point #30334C

Tints of Lucky Point #30334C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.14%

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

R = 27.43%
G = 29.14%
B = 43.43%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#30334C (or 0x30334C) is known color: Lucky Point. HEX triplet: 30, 33 and 4C. RGB value is (48,51,76). Sum of RGB (Red+Green+Blue) = 48+51+76=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #30334C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30334C is #CFCCB3. Grayscale: #343434. Windows color (decimal): -13618356 or 4993840. OLE color: 4993840.

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

Color convert

RGB 48 51 76 -
CMYK 0.37 0.33 0 0.70
HSL 233.57º 0.23% 0.24% -
HSV(B) 233.57º 0.37% 0.3% -
XYZ 3.71 3.52 7.32 -
YUV 52.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 48 51 76 0.37 0.33 0 0.70 233.57 0.23 0.24
Hex 30 33 4C 25 21 0 46 EA 17 18
Octal 60 63 114 45 41 0 106 352 27 30
Binary 110000 110011 1001100 100101 100001 0 1000110 11101010 10111 11000

Color Harmonies of #30334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30334C

Black with #30334C

Text Example


Text Example

White with #30334C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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