#3068B5

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

Shades of Lochmara #3068B5

Tints of Lochmara #3068B5

Color information

#3068B5 (or 0x3068B5) is unknown color: approx Lochmara. HEX triplet: 30, 68 and B5. RGB value is (48,104,181). Sum of RGB (Red+Green+Blue) = 48+104+181=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #3068B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068B5 is #CF974A. Grayscale: #5F5F5F. Windows color (decimal): -13604683 or 11888688. OLE color: 11888688.

HSL color Cylindrical-coordinate representation of color #3068B5: hue angle of 214.74º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3068B5 is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB48104181-
CMYK0.730.4300.29
HSL214.74º58.08%44.9%-
HSV(B)214.74º73.48%70.98%-
XYZ14.5113.8745.63-
YUV96.03175.9593.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.41%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 181 (71.09% from 255) = 54.35%
R=14.41%
G=31.23%
B=54.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal481041810.730.4300.29214.7458.0844.9
Hex3068B5492B01Dd73a2d
Octal60150265111530353277255
Binary110000110100010110101100100110101101110111010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3068B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3068B5; }

 p { color: rgb(48,104,181); }

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

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

 a { background-color: rgb(48,104,181); }

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

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

 span { border-color: rgb(48,104,181); }

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