#265E9F

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

Shades of Lochmara #265E9F

Tints of Lochmara #265E9F

Color information

#265E9F (or 0x265E9F) is unknown color: approx Lochmara. HEX triplet: 26, 5E and 9F. RGB value is (38,94,159). Sum of RGB (Red+Green+Blue) = 38+94+159=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 159 (62.5% from 255 or 54.64% from 291); Max value from RGB is 159 - color contains mainly: blue. Hex color #265E9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265E9F is #D9A160. Grayscale: #545454. Windows color (decimal): -14262625 or 10444326. OLE color: 10444326.

HSL color Cylindrical-coordinate representation of color #265E9F: hue angle of 212.23º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #265E9F is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3894159-
CMYK0.760.4100.38
HSL212.23º61.42%38.63%-
HSV(B)212.23º76.1%62.35%-
XYZ11.0610.9234.33-
YUV84.67169.9594.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 159 (62.5% from 255) = 54.64%
R=13.06%
G=32.30%
B=54.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38941590.760.4100.38212.2361.4238.63
Hex265E9F4C29026d43d27
Octal46136237114510463247547
Binary1001101011110100111111001100101001010011011010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,94,159); }

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

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

 a { background-color: rgb(38,94,159); }

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

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

 span { border-color: rgb(38,94,159); }

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