#267AAB

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

Shades of Lochmara #267AAB

Tints of Lochmara #267AAB

Color information

#267AAB (or 0x267AAB) is unknown color: approx Lochmara. HEX triplet: 26, 7A and AB. RGB value is (38,122,171). Sum of RGB (Red+Green+Blue) = 38+122+171=331 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.48% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #267AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267AAB is #D98554. Grayscale: #666666. Windows color (decimal): -14255445 or 11237926. OLE color: 11237926.

HSL color Cylindrical-coordinate representation of color #267AAB: hue angle of 202.11º degrees, saturation: 0.64, 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 #267AAB is Cyan = 0.78, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB38122171-
CMYK0.780.2900.33
HSL202.11º63.64%40.98%-
HSV(B)202.11º77.78%67.06%-
XYZ15.1117.2741.07-
YUV102.47166.6782.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.48%
GREEN value IS 122 (48.05% from 255) = 36.86%
BLUE value IS 171 (67.19% from 255) = 51.66%
R=11.48%
G=36.86%
B=51.66%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381221710.780.2900.33202.1163.6440.98
Hex267AAB4E1D021ca4029
Octal461722531163504131210051
Binary1001101111010101010111001110111010100001110010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267AAB; }

 p { color: rgb(38,122,171); }

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

<style>
 a { background-color: #267AAB; }

 a { background-color: rgb(38,122,171); }

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

<style>
 span { border-color: #267AAB; }

 span { border-color: rgb(38,122,171); }

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