#267AAA

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

Shades of Lochmara #267AAA

Tints of Lochmara #267AAA

Color information

#267AAA (or 0x267AAA) is unknown color: approx Lochmara. HEX triplet: 26, 7A and AA. RGB value is (38,122,170). Sum of RGB (Red+Green+Blue) = 38+122+170=330 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.52% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #267AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267AAA is #D98555. Grayscale: #666666. Windows color (decimal): -14255446 or 11172390. OLE color: 11172390.

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

Color convert

RGB38122170-
CMYK0.780.2800.33
HSL201.82º63.46%40.78%-
HSV(B)201.82º77.65%66.67%-
XYZ15.0117.2340.57-
YUV102.36166.1782.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.52%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=11.52%
G=36.97%
B=51.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal381221700.780.2800.33201.8263.4640.78
Hex267AAA4E1C021ca3f29
Octal46172252116340413127751
Binary100110111101010101010100111011100010000111001010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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