#3A75A7

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

Shades of Lochmara #3A75A7

Tints of Lochmara #3A75A7

Color information

#3A75A7 (or 0x3A75A7) is unknown color: approx Lochmara. HEX triplet: 3A, 75 and A7. RGB value is (58,117,167). Sum of RGB (Red+Green+Blue) = 58+117+167=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 167 (65.62% from 255 or 48.83% from 342); Max value from RGB is 167 - color contains mainly: blue. Hex color #3A75A7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A75A7 is #C58A58. Grayscale: #686868. Windows color (decimal): -12946009 or 10974522. OLE color: 10974522.

HSL color Cylindrical-coordinate representation of color #3A75A7: hue angle of 207.52º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3A75A7 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB58117167-
CMYK0.650.3000.35
HSL207.52º48.44%44.12%-
HSV(B)207.52º65.27%65.49%-
XYZ15.0816.4138.93-
YUV105.06162.9594.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.96%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 167 (65.62% from 255) = 48.83%
R=16.96%
G=34.21%
B=48.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581171670.650.3000.35207.5248.4444.12
Hex3A75A7411E023d0302c
Octal72165247101360433206054
Binary111010111010110100111100000111110010001111010000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,117,167); }

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

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

 a { background-color: rgb(58,117,167); }

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

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

 span { border-color: rgb(58,117,167); }

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