#265F9F

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

Shades of Lochmara #265F9F

Tints of Lochmara #265F9F

Color information

#265F9F (or 0x265F9F) is unknown color: approx Lochmara. HEX triplet: 26, 5F and 9F. RGB value is (38,95,159). Sum of RGB (Red+Green+Blue) = 38+95+159=292 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.01% from 292); Green value is 95 (37.5% from 255 or 32.53% from 292); Blue value is 159 (62.5% from 255 or 54.45% from 292); Max value from RGB is 159 - color contains mainly: blue. Hex color #265F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265F9F is #D9A060. Grayscale: #545454. Windows color (decimal): -14262369 or 10444582. OLE color: 10444582.

HSL color Cylindrical-coordinate representation of color #265F9F: hue angle of 211.74º 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 #265F9F is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3895159-
CMYK0.760.4000.38
HSL211.74º61.42%38.63%-
HSV(B)211.74º76.1%62.35%-
XYZ11.1511.134.36-
YUV85.25169.6294.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.01%
GREEN value IS 95 (37.5% from 255) = 32.53%
BLUE value IS 159 (62.5% from 255) = 54.45%
R=13.01%
G=32.53%
B=54.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38951590.760.4000.38211.7461.4238.63
Hex265F9F4C28026d43d27
Octal46137237114500463247547
Binary1001101011111100111111001100101000010011011010100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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