#30799B

Color #30799B Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #30799B

Tints of Lochmara #30799B

Color information

#30799B (or 0x30799B) is unknown color: approx Lochmara. HEX triplet: 30, 79 and 9B. RGB value is (48,121,155). Sum of RGB (Red+Green+Blue) = 48+121+155=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #30799B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30799B is #CF8664. Grayscale: #666666. Windows color (decimal): -13600357 or 10189104. OLE color: 10189104.

HSL color Cylindrical-coordinate representation of color #30799B: hue angle of 199.07º 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 #30799B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48121155-
CMYK0.690.2200.39
HSL199.07º52.71%39.8%-
HSV(B)199.07º69.03%60.78%-
XYZ13.9716.6733.49-
YUV103.05157.3288.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.81%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=14.81%
G=37.35%
B=47.84%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481211550.690.2200.39199.0752.7139.8
Hex30799B4516027c73528
Octal60171233105260473076550
Binary110000111100110011011100010110110010011111000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30799B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30799B;
 }
 .AnyTagClassName
 {
   color: #30799B;
 }
</style>
background-color css

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

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

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

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

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

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