#307599

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

Shades of Lochmara #307599

Tints of Lochmara #307599

Color information

#307599 (or 0x307599) is unknown color: approx Lochmara. HEX triplet: 30, 75 and 99. RGB value is (48,117,153). Sum of RGB (Red+Green+Blue) = 48+117+153=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 153 (60.16% from 255 or 48.11% from 318); Max value from RGB is 153 - color contains mainly: blue. Hex color #307599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307599 is #CF8A66. Grayscale: #646464. Windows color (decimal): -13601383 or 10057008. OLE color: 10057008.

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

Color convert

RGB48117153-
CMYK0.690.2400.4
HSL200.57º52.24%39.41%-
HSV(B)200.57º68.63%60%-
XYZ13.3315.6532.46-
YUV100.47157.6490.57-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.09%
GREEN value IS 117 (46.09% from 255) = 36.79%
BLUE value IS 153 (60.16% from 255) = 48.11%
R=15.09%
G=36.79%
B=48.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481171530.690.2400.4200.5752.2439.41
Hex3075994518028c93427
Octal60165231105300503116447
Binary110000111010110011001100010111000010100011001001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #307599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #307599; }

 p { color: rgb(48,117,153); }

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

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

 a { background-color: rgb(48,117,153); }

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

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

 span { border-color: rgb(48,117,153); }

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