#30769C

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

Shades of Lochmara #30769C

Tints of Lochmara #30769C

Color information

#30769C (or 0x30769C) is unknown color: approx Lochmara. HEX triplet: 30, 76 and 9C. RGB value is (48,118,156). Sum of RGB (Red+Green+Blue) = 48+118+156=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #30769C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30769C is #CF8963. Grayscale: #656565. Windows color (decimal): -13601124 or 10253872. OLE color: 10253872.

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

Color convert

RGB48118156-
CMYK0.690.2400.39
HSL201.11º52.94%40%-
HSV(B)201.11º69.23%61.18%-
XYZ13.715.9933.82-
YUV101.4158.8189.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.91%
GREEN value IS 118 (46.48% from 255) = 36.65%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=14.91%
G=36.65%
B=48.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481181560.690.2400.39201.1152.9440
Hex30769C4518027c93528
Octal60166234105300473116550
Binary110000111011010011100100010111000010011111001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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