#3068A9

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

Shades of Lochmara #3068A9

Tints of Lochmara #3068A9

Color information

#3068A9 (or 0x3068A9) is unknown color: approx Lochmara. HEX triplet: 30, 68 and A9. RGB value is (48,104,169). Sum of RGB (Red+Green+Blue) = 48+104+169=321 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.95% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 169 (66.41% from 255 or 52.65% from 321); Max value from RGB is 169 - color contains mainly: blue. Hex color #3068A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3068A9 is #CF9756. Grayscale: #5E5E5E. Windows color (decimal): -13604695 or 11102256. OLE color: 11102256.

HSL color Cylindrical-coordinate representation of color #3068A9: hue angle of 212.23º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3068A9 is Cyan = 0.72, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB48104169-
CMYK0.720.3800.34
HSL212.23º55.76%42.55%-
HSV(B)212.23º71.6%66.27%-
XYZ13.3313.3939.42-
YUV94.67169.9594.71-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.95%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 169 (66.41% from 255) = 52.65%
R=14.95%
G=32.40%
B=52.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal481041690.720.3800.34212.2355.7642.55
Hex3068A94826022d4382b
Octal60150251110460423247053
Binary1100001101000101010011001000100110010001011010100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3068A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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