#267A97

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

Shades of Lochmara #267A97

Tints of Lochmara #267A97

Color information

#267A97 (or 0x267A97) is unknown color: approx Lochmara. HEX triplet: 26, 7A and 97. RGB value is (38,122,151). Sum of RGB (Red+Green+Blue) = 38+122+151=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #267A97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A97 is #D98568. Grayscale: #636363. Windows color (decimal): -14255465 or 9927206. OLE color: 9927206.

HSL color Cylindrical-coordinate representation of color #267A97: hue angle of 195.4º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267A97 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB38122151-
CMYK0.750.1900.41
HSL195.4º59.79%37.06%-
HSV(B)195.4º74.83%59.22%-
XYZ13.3416.5731.77-
YUV100.19156.6783.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=12.22%
G=39.23%
B=48.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381221510.750.1900.41195.459.7937.06
Hex267A974B13029c33c25
Octal46172227113230513037445
Binary100110111101010010111100101110011010100111000011111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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