#3B75AC

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

Shades of Lochmara #3B75AC

Tints of Lochmara #3B75AC

Color information

#3B75AC (or 0x3B75AC) is unknown color: approx Lochmara. HEX triplet: 3B, 75 and AC. RGB value is (59,117,172). Sum of RGB (Red+Green+Blue) = 59+117+172=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B75AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B75AC is #C48A53. Grayscale: #696969. Windows color (decimal): -12880468 or 11302203. OLE color: 11302203.

HSL color Cylindrical-coordinate representation of color #3B75AC: hue angle of 209.2º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B75AC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB59117172-
CMYK0.660.3200.33
HSL209.2º48.92%45.29%-
HSV(B)209.2º65.7%67.45%-
XYZ15.6116.6341.42-
YUV105.93165.2894.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=16.95%
G=33.62%
B=49.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591171720.660.3200.33209.248.9245.29
Hex3B75AC4220021d1312d
Octal73165254102400413216155
Binary1110111110101101011001000010100000010000111010001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B75AC; }

 p { color: rgb(59,117,172); }

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

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

 a { background-color: rgb(59,117,172); }

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

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

 span { border-color: rgb(59,117,172); }

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