#2A7598

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

Shades of Lochmara #2A7598

Tints of Lochmara #2A7598

Color information

#2A7598 (or 0x2A7598) is unknown color: approx Lochmara. HEX triplet: 2A, 75 and 98. RGB value is (42,117,152). Sum of RGB (Red+Green+Blue) = 42+117+152=311 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.50% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #2A7598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A7598 is #D58A67. Grayscale: #626262. Windows color (decimal): -13994600 or 9991466. OLE color: 9991466.

HSL color Cylindrical-coordinate representation of color #2A7598: hue angle of 199.09º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A7598 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB42117152-
CMYK0.720.2300.40
HSL199.09º56.7%38.04%-
HSV(B)199.09º72.37%59.61%-
XYZ12.9815.4832.01-
YUV98.56158.1587.65-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 13.50%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 152 (59.77% from 255) = 48.87%
R=13.50%
G=37.62%
B=48.87%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal421171520.720.2300.40199.0956.738.04
Hex2A75984817028c73926
Octal52165230110270503077146
Binary101010111010110011000100100010111010100011000111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A7598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A7598; }

 p { color: rgb(42,117,152); }

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

<style>
 a { background-color: #2A7598; }

 a { background-color: rgb(42,117,152); }

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

<style>
 span { border-color: #2A7598; }

 span { border-color: rgb(42,117,152); }

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