#307C9D

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

Shades of Lochmara #307C9D

Tints of Lochmara #307C9D

Color information

#307C9D (or 0x307C9D) is unknown color: approx Lochmara. HEX triplet: 30, 7C and 9D. RGB value is (48,124,157). Sum of RGB (Red+Green+Blue) = 48+124+157=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #307C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C9D is #CF8362. Grayscale: #686868. Windows color (decimal): -13599587 or 10320944. OLE color: 10320944.

HSL color Cylindrical-coordinate representation of color #307C9D: hue angle of 198.17º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #307C9D is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48124157-
CMYK0.690.2100.38
HSL198.17º53.17%40.2%-
HSV(B)198.17º69.43%61.57%-
XYZ14.5117.4834.51-
YUV105.04157.3287.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.59%
GREEN value IS 124 (48.83% from 255) = 37.69%
BLUE value IS 157 (61.72% from 255) = 47.72%
R=14.59%
G=37.69%
B=47.72%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481241570.690.2100.38198.1753.1740.2
Hex307C9D4515026c63528
Octal60174235105250463066550
Binary110000111110010011101100010110101010011011000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307C9D; }

 p { color: rgb(48,124,157); }

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

<style>
 a { background-color: #307C9D; }

 a { background-color: rgb(48,124,157); }

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

<style>
 span { border-color: #307C9D; }

 span { border-color: rgb(48,124,157); }

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