#307A9B

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

Shades of Lochmara #307A9B

Tints of Lochmara #307A9B

Color information

#307A9B (or 0x307A9B) is unknown color: approx Lochmara. HEX triplet: 30, 7A and 9B. RGB value is (48,122,155). Sum of RGB (Red+Green+Blue) = 48+122+155=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #307A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307A9B is #CF8564. Grayscale: #676767. Windows color (decimal): -13600101 or 10189360. OLE color: 10189360.

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

Color convert

RGB48122155-
CMYK0.690.2100.39
HSL198.5º52.71%39.8%-
HSV(B)198.5º69.03%60.78%-
XYZ14.0916.9133.53-
YUV103.64156.9888.32-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.77%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=14.77%
G=37.54%
B=47.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481221550.690.2100.39198.552.7139.8
Hex307A9B4515027c73528
Octal60172233105250473076550
Binary110000111101010011011100010110101010011111000111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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