#2273A5

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

Shades of Lochmara #2273A5

Tints of Lochmara #2273A5

Color information

#2273A5 (or 0x2273A5) is unknown color: approx Lochmara. HEX triplet: 22, 73 and A5. RGB value is (34,115,165). Sum of RGB (Red+Green+Blue) = 34+115+165=314 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.83% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #2273A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2273A5 is #DD8C5A. Grayscale: #606060. Windows color (decimal): -14519387 or 10842914. OLE color: 10842914.

HSL color Cylindrical-coordinate representation of color #2273A5: hue angle of 202.9º degrees, saturation: 0.66, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2273A5 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB34115165-
CMYK0.790.3000.35
HSL202.9º65.83%39.02%-
HSV(B)202.9º79.39%64.71%-
XYZ13.5815.3237.84-
YUV96.48166.6683.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.83%
GREEN value IS 115 (45.31% from 255) = 36.62%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=10.83%
G=36.62%
B=52.55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal341151650.790.3000.35202.965.8339.02
Hex2273A54F1E023cb4227
Octal421632451173604331310247
Binary1000101110011101001011001111111100100011110010111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2273A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2273A5; }

 p { color: rgb(34,115,165); }

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

<style>
 a { background-color: #2273A5; }

 a { background-color: rgb(34,115,165); }

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

<style>
 span { border-color: #2273A5; }

 span { border-color: rgb(34,115,165); }

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