Html Css Color HEX #30799C Lochmara

📋 copy color: '#30799C'

red 48 ◦ green 121 ◦ blue 156

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

Shades of Lochmara #30799C

Tints of Lochmara #30799C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48%

R = 14.77%
G = 37.23%
B = 48%

CMYK

 C value IS 0.69

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#30799C (or 0x30799C) is known color: Lochmara. HEX triplet: 30, 79 and 9C. RGB value is (48,121,156). Sum of RGB (Red+Green+Blue) = 48+121+156=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 156 (61.33% from 255 or 48% from 325); Max value from RGB is 156 - color contains mainly: blue. Hex color #30799C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799C is #CF8663. Grayscale: #666666. Windows color (decimal): -13600356 or 10254640. OLE color: 10254640.

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

Color convert

RGB 48 121 156 -
CMYK 0.69 0.22 0 0.39
HSL 199.44º 0.53% 0.4% -
HSV(B) 199.44º 0.69% 0.61% -
XYZ 14.06 16.7 33.94 -
YUV 103.16 157.82 88.65 -
System Red Green Blue C M Y K H S L
Decimal 48 121 156 0.69 0.22 0 0.39 199.44 0.53 0.4
Hex 30 79 9C 45 16 0 27 C7 35 28
Octal 60 171 234 105 26 0 47 307 65 50
Binary 110000 1111001 10011100 1000101 10110 0 100111 11000111 110101 101000

Color Harmonies of #30799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30799C

Black with #30799C

Text Example


Text Example

White with #30799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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