#267BA7

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

Shades of Lochmara #267BA7

Tints of Lochmara #267BA7

Color information

#267BA7 (or 0x267BA7) is unknown color: approx Lochmara. HEX triplet: 26, 7B and A7. RGB value is (38,123,167). Sum of RGB (Red+Green+Blue) = 38+123+167=328 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.59% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 167 (65.62% from 255 or 50.91% from 328); Max value from RGB is 167 - color contains mainly: blue. Hex color #267BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267BA7 is #D98458. Grayscale: #666666. Windows color (decimal): -14255193 or 10976038. OLE color: 10976038.

HSL color Cylindrical-coordinate representation of color #267BA7: hue angle of 200.47º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267BA7 is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB38123167-
CMYK0.770.2600.35
HSL200.47º62.93%40.2%-
HSV(B)200.47º77.25%65.49%-
XYZ14.8617.3739.13-
YUV102.6164.3481.92-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.59%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 167 (65.62% from 255) = 50.91%
R=11.59%
G=37.5%
B=50.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal381231670.770.2600.35200.4762.9340.2
Hex267BA74D1A023c83f28
Octal46173247115320433107750
Binary100110111101110100111100110111010010001111001000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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