#267B9B

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

Shades of Lochmara #267B9B

Tints of Lochmara #267B9B

Color information

#267B9B (or 0x267B9B) is unknown color: approx Lochmara. HEX triplet: 26, 7B and 9B. RGB value is (38,123,155). Sum of RGB (Red+Green+Blue) = 38+123+155=316 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.03% from 316); Green value is 123 (48.44% from 255 or 38.92% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #267B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267B9B is #D98464. Grayscale: #656565. Windows color (decimal): -14255205 or 10189606. OLE color: 10189606.

HSL color Cylindrical-coordinate representation of color #267B9B: hue angle of 196.41º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #267B9B is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB38123155-
CMYK0.750.2100.39
HSL196.41º60.62%37.84%-
HSV(B)196.41º75.48%60.78%-
XYZ13.816.9433.55-
YUV101.23158.3482.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.03%
GREEN value IS 123 (48.44% from 255) = 38.92%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=12.03%
G=38.92%
B=49.05%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal381231550.750.2100.39196.4160.6237.84
Hex267B9B4B15027c43d26
Octal46173233113250473047546
Binary100110111101110011011100101110101010011111000100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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