#307C9C

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

Shades of Lochmara #307C9C

Tints of Lochmara #307C9C

Color information

#307C9C (or 0x307C9C) is unknown color: approx Lochmara. HEX triplet: 30, 7C and 9C. RGB value is (48,124,156). Sum of RGB (Red+Green+Blue) = 48+124+156=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 156 (61.33% from 255 or 47.56% from 328); Max value from RGB is 156 - color contains mainly: blue. Hex color #307C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307C9C is #CF8363. Grayscale: #686868. Windows color (decimal): -13599588 or 10255408. OLE color: 10255408.

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

Color convert

RGB48124156-
CMYK0.690.2100.39
HSL197.78º52.94%40%-
HSV(B)197.78º69.23%61.18%-
XYZ14.4317.4434.06-
YUV104.92156.8287.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.63%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 156 (61.33% from 255) = 47.56%
R=14.63%
G=37.80%
B=47.56%

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
Decimal481241560.690.2100.39197.7852.9440
Hex307C9C4515027c63528
Octal60174234105250473066550
Binary110000111110010011100100010110101010011111000110110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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