#307B9D

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

Shades of Lochmara #307B9D

Tints of Lochmara #307B9D

Color information

#307B9D (or 0x307B9D) is unknown color: approx Lochmara. HEX triplet: 30, 7B and 9D. RGB value is (48,123,157). Sum of RGB (Red+Green+Blue) = 48+123+157=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #307B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307B9D is #CF8462. Grayscale: #686868. Windows color (decimal): -13599843 or 10320688. OLE color: 10320688.

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

Color convert

RGB48123157-
CMYK0.690.2200.38
HSL198.72º53.17%40.2%-
HSV(B)198.72º69.43%61.57%-
XYZ14.3917.2334.47-
YUV104.45157.6587.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=14.63%
G=37.5%
B=47.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481231570.690.2200.38198.7253.1740.2
Hex307B9D4516026c73528
Octal60173235105260463076550
Binary110000111101110011101100010110110010011011000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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