#307098

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

Shades of Lochmara #307098

Tints of Lochmara #307098

Color information

#307098 (or 0x307098) is unknown color: approx Lochmara. HEX triplet: 30, 70 and 98. RGB value is (48,112,152). Sum of RGB (Red+Green+Blue) = 48+112+152=312 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.38% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #307098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307098 is #CF8F67. Grayscale: #616161. Windows color (decimal): -13602664 or 9990192. OLE color: 9990192.

HSL color Cylindrical-coordinate representation of color #307098: hue angle of 203.08º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #307098 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB48112152-
CMYK0.680.2600.40
HSL203.08º52%39.22%-
HSV(B)203.08º68.42%59.61%-
XYZ12.6814.4831.83-
YUV97.42158.892.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.38%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=15.38%
G=35.90%
B=48.72%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal481121520.680.2600.40203.085239.22
Hex307098441A028cb3427
Octal60160230104320503136447
Binary110000111000010011000100010011010010100011001011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307098; }

 p { color: rgb(48,112,152); }

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

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

 a { background-color: rgb(48,112,152); }

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

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

 span { border-color: rgb(48,112,152); }

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