#3068AB

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

Shades of Lochmara #3068AB

Tints of Lochmara #3068AB

Color information

#3068AB (or 0x3068AB) is unknown color: approx Lochmara. HEX triplet: 30, 68 and AB. RGB value is (48,104,171). Sum of RGB (Red+Green+Blue) = 48+104+171=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 171 (67.19% from 255 or 52.94% from 323); Max value from RGB is 171 - color contains mainly: blue. Hex color #3068AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3068AB is #CF9754. Grayscale: #5E5E5E. Windows color (decimal): -13604693 or 11233328. OLE color: 11233328.

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

Color convert

RGB48104171-
CMYK0.720.3900.33
HSL212.68º56.16%42.94%-
HSV(B)212.68º71.93%67.06%-
XYZ13.5213.4740.42-
YUV94.89170.9594.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.86%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 171 (67.19% from 255) = 52.94%
R=14.86%
G=32.20%
B=52.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal481041710.720.3900.33212.6856.1642.94
Hex3068AB4827021d5382b
Octal60150253110470413257053
Binary1100001101000101010111001000100111010000111010101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3068AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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