#267ba4

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

Shades of Lochmara #267BA4

Tints of Lochmara #267BA4

Color information

#267BA4 (or 0x267BA4) is unknown color: approx Lochmara. HEX triplet: 26, 7B and A4. RGB value is (38,123,164). Sum of RGB (Red+Green+Blue) = 38+123+164=325 (43% of max value = 765). Red value is 38 (15.23% from 255 or 11.69% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 164 (64.45% from 255 or 50.46% from 325); Max value from RGB is 164 - color contains mainly: blue. Hex color #267BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #267BA4 is #D9845B. Grayscale: #666666. Windows color (decimal): -14255196 or 10779430. OLE color: 10779430.

HSL color Cylindrical-coordinate representation of color #267BA4: hue angle of 199.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #267BA4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB38123164-
CMYK0.770.2500.36
HSL199.52º62.38%39.61%-
HSV(B)199.52º76.83%64.31%-
XYZ14.5817.2637.68-
YUV102.26162.8482.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.69%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 164 (64.45% from 255) = 50.46%
R=11.69%
G=37.85%
B=50.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal381231640.770.2500.36199.5262.3839.61
Hex267BA44D19024c83e28
Octal46173244115310443107650
Binary100110111101110100100100110111001010010011001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267ba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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