Html Css Color HEX #30799D Lochmara

📋 copy color: '#30799D'

red 48 ◦ green 121 ◦ blue 157

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

Shades of Lochmara #30799D

Tints of Lochmara #30799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 14.72%
G = 37.12%
B = 48.16%

CMYK

 C value IS 0.69

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#30799D (or 0x30799D) is known color: Lochmara. HEX triplet: 30, 79 and 9D. RGB value is (48,121,157). Sum of RGB (Red+Green+Blue) = 48+121+157=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #30799D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799D is #CF8662. Grayscale: #676767. Windows color (decimal): -13600355 or 10320176. OLE color: 10320176.

HSL color Cylindrical-coordinate representation of color #30799D: hue angle of 199.82º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30799D is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 121 157 -
CMYK 0.69 0.23 0 0.38
HSL 199.82º 0.53% 0.4% -
HSV(B) 199.82º 0.69% 0.62% -
XYZ 14.14 16.74 34.38 -
YUV 103.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 48 121 157 0.69 0.23 0 0.38 199.82 0.53 0.4
Hex 30 79 9D 45 17 0 26 C8 35 28
Octal 60 171 235 105 27 0 46 310 65 50
Binary 110000 1111001 10011101 1000101 10111 0 100110 11001000 110101 101000

Color Harmonies of #30799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30799D

Black with #30799D

Text Example


Text Example

White with #30799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,121,157); }

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

background-color css

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

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

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

border-color css

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

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

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