#265CA5

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

Shades of Lochmara #265CA5

Tints of Lochmara #265CA5

Color information

#265CA5 (or 0x265CA5) is unknown color: approx Lochmara. HEX triplet: 26, 5C and A5. RGB value is (38,92,165). Sum of RGB (Red+Green+Blue) = 38+92+165=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 165 (64.84% from 255 or 55.93% from 295); Max value from RGB is 165 - color contains mainly: blue. Hex color #265CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #265CA5 is #D9A35A. Grayscale: #535353. Windows color (decimal): -14263131 or 10837030. OLE color: 10837030.

HSL color Cylindrical-coordinate representation of color #265CA5: hue angle of 214.49º 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 #265CA5 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3892165-
CMYK0.770.4400.35
HSL214.49º62.56%39.8%-
HSV(B)214.49º76.97%64.71%-
XYZ11.4210.7837.08-
YUV84.18173.6195.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=12.88%
G=31.19%
B=55.93%

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
Decimal38921650.770.4400.35214.4962.5639.8
Hex265CA54D2C023d63f28
Octal46134245115540433267750
Binary1001101011100101001011001101101100010001111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,92,165); }

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

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

 a { background-color: rgb(38,92,165); }

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

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

 span { border-color: rgb(38,92,165); }

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