#267eaf

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

Shades of Lochmara #267EAF

Tints of Lochmara #267EAF

Color information

#267EAF (or 0x267EAF) is unknown color: approx Lochmara. HEX triplet: 26, 7E and AF. RGB value is (38,126,175). Sum of RGB (Red+Green+Blue) = 38+126+175=339 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.21% from 339); Green value is 126 (49.61% from 255 or 37.17% from 339); Blue value is 175 (68.75% from 255 or 51.62% from 339); Max value from RGB is 175 - color contains mainly: blue. Hex color #267EAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267EAF is #D98150. Grayscale: #686868. Windows color (decimal): -14254417 or 11501094. OLE color: 11501094.

HSL color Cylindrical-coordinate representation of color #267EAF: hue angle of 201.46º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #267EAF is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB38126175-
CMYK0.780.2800.31
HSL201.46º64.32%41.76%-
HSV(B)201.46º78.29%68.63%-
XYZ1618.4343.27-
YUV105.27167.3580.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.21%
GREEN value IS 126 (49.61% from 255) = 37.17%
BLUE value IS 175 (68.75% from 255) = 51.62%
R=11.21%
G=37.17%
B=51.62%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal381261750.780.2800.31201.4664.3241.76
Hex267EAF4E1C01Fc9402a
Octal461762571163403731110052
Binary100110111111010101111100111011100011111110010011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267eaf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,126,175); }

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

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

 a { background-color: rgb(38,126,175); }

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

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

 span { border-color: rgb(38,126,175); }

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