#2575AB

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

Shades of Lochmara #2575AB

Tints of Lochmara #2575AB

Color information

#2575AB (or 0x2575AB) is unknown color: approx Lochmara. HEX triplet: 25, 75 and AB. RGB value is (37,117,171). Sum of RGB (Red+Green+Blue) = 37+117+171=325 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.38% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #2575AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2575AB is #DA8A54. Grayscale: #626262. Windows color (decimal): -14322261 or 11236645. OLE color: 11236645.

HSL color Cylindrical-coordinate representation of color #2575AB: hue angle of 204.18º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2575AB is Cyan = 0.78, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB37117171-
CMYK0.780.3200.33
HSL204.18º64.42%40.78%-
HSV(B)204.18º78.36%67.06%-
XYZ14.4716.0640.86-
YUV99.24168.583.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.38%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=11.38%
G=36%
B=52.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371171710.780.3200.33204.1864.4240.78
Hex2575AB4E20021cc4029
Octal451652531164004131410051
Binary10010111101011010101110011101000000100001110011001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2575AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,117,171); }

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

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

 a { background-color: rgb(37,117,171); }

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

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

 span { border-color: rgb(37,117,171); }

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