#30749b

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

Shades of Lochmara #30749B

Tints of Lochmara #30749B

Color information

#30749B (or 0x30749B) is unknown color: approx Lochmara. HEX triplet: 30, 74 and 9B. RGB value is (48,116,155). Sum of RGB (Red+Green+Blue) = 48+116+155=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #30749B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30749B is #CF8B64. Grayscale: #636363. Windows color (decimal): -13601637 or 10187824. OLE color: 10187824.

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

Color convert

RGB48116155-
CMYK0.690.2500.39
HSL201.87º52.71%39.8%-
HSV(B)201.87º69.03%60.78%-
XYZ13.3815.4933.29-
YUV100.11158.9790.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.05%
GREEN value IS 116 (45.70% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=15.05%
G=36.36%
B=48.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481161550.690.2500.39201.8752.7139.8
Hex30749B4519027ca3528
Octal60164233105310473126550
Binary110000111010010011011100010111001010011111001010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30749b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30749b; }

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

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

<style>
 a { background-color: #30749b; }

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

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

<style>
 span { border-color: #30749b; }

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

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