#265DA7

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

Shades of Lochmara #265DA7

Tints of Lochmara #265DA7

Color information

#265DA7 (or 0x265DA7) is unknown color: approx Lochmara. HEX triplet: 26, 5D and A7. RGB value is (38,93,167). Sum of RGB (Red+Green+Blue) = 38+93+167=298 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.75% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 167 (65.62% from 255 or 56.04% from 298); Max value from RGB is 167 - color contains mainly: blue. Hex color #265DA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265DA7 is #D9A258. Grayscale: #545454. Windows color (decimal): -14262873 or 10968358. OLE color: 10968358.

HSL color Cylindrical-coordinate representation of color #265DA7: hue angle of 214.42º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #265DA7 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3893167-
CMYK0.770.4400.35
HSL214.42º62.93%40.2%-
HSV(B)214.42º77.25%65.49%-
XYZ11.6911.0338.07-
YUV84.99174.2894.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.75%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 167 (65.62% from 255) = 56.04%
R=12.75%
G=31.21%
B=56.04%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38931670.770.4400.35214.4262.9340.2
Hex265DA74D2C023d63f28
Octal46135247115540433267750
Binary1001101011101101001111001101101100010001111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265DA7; }

 p { color: rgb(38,93,167); }

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

<style>
 a { background-color: #265DA7; }

 a { background-color: rgb(38,93,167); }

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

<style>
 span { border-color: #265DA7; }

 span { border-color: rgb(38,93,167); }

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