#255DA5

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

Shades of Lochmara #255DA5

Tints of Lochmara #255DA5

Color information

#255DA5 (or 0x255DA5) is unknown color: approx Lochmara. HEX triplet: 25, 5D and A5. RGB value is (37,93,165). Sum of RGB (Red+Green+Blue) = 37+93+165=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 93 (36.72% from 255 or 31.53% 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 #255DA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255DA5 is #DAA25A. Grayscale: #545454. Windows color (decimal): -14328411 or 10837285. OLE color: 10837285.

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

Color convert

RGB3793165-
CMYK0.780.4400.35
HSL213.75º63.37%39.61%-
HSV(B)213.75º77.58%64.71%-
XYZ11.4710.9437.1-
YUV84.46173.4594.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 165 (64.84% from 255) = 55.93%
R=12.54%
G=31.53%
B=55.93%

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
Decimal37931650.780.4400.35213.7563.3739.61
Hex255DA54E2C023d63f28
Octal45135245116540433267750
Binary1001011011101101001011001110101100010001111010110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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