#2665AD

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

Shades of Lochmara #2665AD

Tints of Lochmara #2665AD

Color information

#2665AD (or 0x2665AD) is unknown color: approx Lochmara. HEX triplet: 26, 65 and AD. RGB value is (38,101,173). Sum of RGB (Red+Green+Blue) = 38+101+173=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 101 (39.84% from 255 or 32.37% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #2665AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2665AD is #D99A52. Grayscale: #5A5A5A. Windows color (decimal): -14260819 or 11363622. OLE color: 11363622.

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

Color convert

RGB38101173-
CMYK0.780.4200.32
HSL212º63.98%41.37%-
HSV(B)212º78.03%67.84%-
XYZ1312.7441.31-
YUV90.37174.6390.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 101 (39.84% from 255) = 32.37%
BLUE value IS 173 (67.97% from 255) = 55.45%
R=12.18%
G=32.37%
B=55.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381011730.780.4200.3221263.9841.37
Hex2665AD4E2A020d44029
Octal461452551165204032410051
Binary10011011001011010110110011101010100100000110101001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2665AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2665AD; }

 p { color: rgb(38,101,173); }

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

<style>
 a { background-color: #2665AD; }

 a { background-color: rgb(38,101,173); }

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

<style>
 span { border-color: #2665AD; }

 span { border-color: rgb(38,101,173); }

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