#306D97

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

Shades of Lochmara #306D97

Tints of Lochmara #306D97

Color information

#306D97 (or 0x306D97) is unknown color: approx Lochmara. HEX triplet: 30, 6D and 97. RGB value is (48,109,151). Sum of RGB (Red+Green+Blue) = 48+109+151=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 151 (59.38% from 255 or 49.03% from 308); Max value from RGB is 151 - color contains mainly: blue. Hex color #306D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #306D97 is #CF9268. Grayscale: #5F5F5F. Windows color (decimal): -13603433 or 9923888. OLE color: 9923888.

HSL color Cylindrical-coordinate representation of color #306D97: hue angle of 204.47º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #306D97 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB48109151-
CMYK0.680.2800.41
HSL204.47º51.76%39.02%-
HSV(B)204.47º68.21%59.22%-
XYZ12.2713.831.29-
YUV95.55159.2994.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 151 (59.38% from 255) = 49.03%
R=15.58%
G=35.39%
B=49.03%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal481091510.680.2800.41204.4751.7639.02
Hex306D97441C029cc3427
Octal60155227104340513146447
Binary110000110110110010111100010011100010100111001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306D97; }

 p { color: rgb(48,109,151); }

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

<style>
 a { background-color: #306D97; }

 a { background-color: rgb(48,109,151); }

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

<style>
 span { border-color: #306D97; }

 span { border-color: rgb(48,109,151); }

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