#2675AA

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

Shades of Lochmara #2675AA

Tints of Lochmara #2675AA

Color information

#2675AA (or 0x2675AA) is unknown color: approx Lochmara. HEX triplet: 26, 75 and AA. RGB value is (38,117,170). Sum of RGB (Red+Green+Blue) = 38+117+170=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 170 (66.80% from 255 or 52.31% from 325); Max value from RGB is 170 - color contains mainly: blue. Hex color #2675AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2675AA is #D98A55. Grayscale: #636363. Windows color (decimal): -14256726 or 11171110. OLE color: 11171110.

HSL color Cylindrical-coordinate representation of color #2675AA: hue angle of 204.09º degrees, saturation: 0.63, 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 #2675AA is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38117170-
CMYK0.780.3100.33
HSL204.09º63.46%40.78%-
HSV(B)204.09º77.65%66.67%-
XYZ14.4216.0440.37-
YUV99.42167.8384.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 170 (66.80% from 255) = 52.31%
R=11.69%
G=36%
B=52.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381171700.780.3100.33204.0963.4640.78
Hex2675AA4E1F021cc3f29
Octal46165252116370413147751
Binary100110111010110101010100111011111010000111001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2675AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2675AA; }

 p { color: rgb(38,117,170); }

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

<style>
 a { background-color: #2675AA; }

 a { background-color: rgb(38,117,170); }

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

<style>
 span { border-color: #2675AA; }

 span { border-color: rgb(38,117,170); }

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