#267A98

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

Shades of Lochmara #267A98

Tints of Lochmara #267A98

Color information

#267A98 (or 0x267A98) is unknown color: approx Lochmara. HEX triplet: 26, 7A and 98. RGB value is (38,122,152). Sum of RGB (Red+Green+Blue) = 38+122+152=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 152 (59.77% from 255 or 48.72% from 312); Max value from RGB is 152 - color contains mainly: blue. Hex color #267A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267A98 is #D98567. Grayscale: #646464. Windows color (decimal): -14255464 or 9992742. OLE color: 9992742.

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

Color convert

RGB38122152-
CMYK0.750.2000.40
HSL195.79º60%37.25%-
HSV(B)195.79º75%59.61%-
XYZ13.4316.632.2-
YUV100.3157.1783.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 122 (48.05% from 255) = 39.10%
BLUE value IS 152 (59.77% from 255) = 48.72%
R=12.18%
G=39.10%
B=48.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal381221520.750.2000.40195.796037.25
Hex267A984B14028c43c25
Octal46172230113240503047445
Binary100110111101010011000100101110100010100011000100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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