#255CA5

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

Shades of Lochmara #255CA5

Tints of Lochmara #255CA5

Color information

#255CA5 (or 0x255CA5) is unknown color: approx Lochmara. HEX triplet: 25, 5C and A5. RGB value is (37,92,165). Sum of RGB (Red+Green+Blue) = 37+92+165=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 165 (64.84% from 255 or 56.12% from 294); Max value from RGB is 165 - color contains mainly: blue. Hex color #255CA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255CA5 is #DAA35A. Grayscale: #535353. Windows color (decimal): -14328667 or 10837029. OLE color: 10837029.

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

Color convert

RGB3792165-
CMYK0.780.4400.35
HSL214.22º63.37%39.61%-
HSV(B)214.22º77.58%64.71%-
XYZ11.3810.7637.08-
YUV83.88173.7894.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 92 (36.33% from 255) = 31.29%
BLUE value IS 165 (64.84% from 255) = 56.12%
R=12.59%
G=31.29%
B=56.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal37921650.780.4400.35214.2263.3739.61
Hex255CA54E2C023d63f28
Octal45134245116540433267750
Binary1001011011100101001011001110101100010001111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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