#267BA2

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

Shades of Lochmara #267BA2

Tints of Lochmara #267BA2

Color information

#267BA2 (or 0x267BA2) is unknown color: approx Lochmara. HEX triplet: 26, 7B and A2. RGB value is (38,123,162). Sum of RGB (Red+Green+Blue) = 38+123+162=323 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.76% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 162 (63.67% from 255 or 50.15% from 323); Max value from RGB is 162 - color contains mainly: blue. Hex color #267BA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267BA2 is #D9845D. Grayscale: #656565. Windows color (decimal): -14255198 or 10648358. OLE color: 10648358.

HSL color Cylindrical-coordinate representation of color #267BA2: hue angle of 198.87º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267BA2 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38123162-
CMYK0.770.2400.36
HSL198.87º62%39.22%-
HSV(B)198.87º76.54%63.53%-
XYZ14.417.1936.74-
YUV102.03161.8482.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.76%
GREEN value IS 123 (48.44% from 255) = 38.08%
BLUE value IS 162 (63.67% from 255) = 50.15%
R=11.76%
G=38.08%
B=50.15%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381231620.770.2400.36198.876239.22
Hex267BA24D18024c73e27
Octal46173242115300443077647
Binary100110111101110100010100110111000010010011000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,162); }

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

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

 a { background-color: rgb(38,123,162); }

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

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

 span { border-color: rgb(38,123,162); }

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