#30759C

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

Shades of Lochmara #30759C

Tints of Lochmara #30759C

Color information

#30759C (or 0x30759C) is unknown color: approx Lochmara. HEX triplet: 30, 75 and 9C. RGB value is (48,117,156). Sum of RGB (Red+Green+Blue) = 48+117+156=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 117 (46.09% from 255 or 36.45% from 321); Blue value is 156 (61.33% from 255 or 48.60% from 321); Max value from RGB is 156 - color contains mainly: blue. Hex color #30759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30759C is #CF8A63. Grayscale: #646464. Windows color (decimal): -13601380 or 10253616. OLE color: 10253616.

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

Color convert

RGB48117156-
CMYK0.690.2500.39
HSL201.67º52.94%40%-
HSV(B)201.67º69.23%61.18%-
XYZ13.5815.7533.78-
YUV100.82159.1490.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 117 (46.09% from 255) = 36.45%
BLUE value IS 156 (61.33% from 255) = 48.60%
R=14.95%
G=36.45%
B=48.60%

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
Decimal481171560.690.2500.39201.6752.9440
Hex30759C4519027ca3528
Octal60165234105310473126550
Binary110000111010110011100100010111001010011111001010110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30759C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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