#2669AD

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

Shades of Lochmara #2669AD

Tints of Lochmara #2669AD

Color information

#2669AD (or 0x2669AD) is unknown color: approx Lochmara. HEX triplet: 26, 69 and AD. RGB value is (38,105,173). Sum of RGB (Red+Green+Blue) = 38+105+173=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #2669AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2669AD is #D99652. Grayscale: #5C5C5C. Windows color (decimal): -14259795 or 11364646. OLE color: 11364646.

HSL color Cylindrical-coordinate representation of color #2669AD: hue angle of 210.22º 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 #2669AD is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB38105173-
CMYK0.780.3900.32
HSL210.22º63.98%41.37%-
HSV(B)210.22º78.03%67.84%-
XYZ13.3913.5341.44-
YUV92.72173.388.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=12.03%
G=33.23%
B=54.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal381051730.780.3900.32210.2263.9841.37
Hex2669AD4E27020d24029
Octal461512551164704032210051
Binary10011011010011010110110011101001110100000110100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2669AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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