Html Css Color HEX #257095 Lochmara

📋 copy color: '#257095'

red 37 ◦ green 112 ◦ blue 149

#257095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochmara #257095

Tints of Lochmara #257095

RGB

 RED value IS 37 (14.84% from 255) = 12.42%

 GREEN value IS 112 (44.14% from 255) = 37.58%

 BLUE value IS 149 (58.59% from 255) = 50%

R = 12.42%
G = 37.58%
B = 50%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257095 (or 0x257095) is known color: Lochmara. HEX triplet: 25, 70 and 95. RGB value is (37,112,149). Sum of RGB (Red+Green+Blue) = 37+112+149=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #257095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257095 is #DA8F6A. Grayscale: #5D5D5D. Windows color (decimal): -14323563 or 9793573. OLE color: 9793573.

HSL color Cylindrical-coordinate representation of color #257095: hue angle of 199.82º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257095 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 112 149 -
CMYK 0.75 0.25 0 0.42
HSL 199.82º 0.6% 0.36% -
HSV(B) 199.82º 0.75% 0.58% -
XYZ 11.98 14.15 30.53 -
YUV 93.79 159.15 87.49 -
System Red Green Blue C M Y K H S L
Decimal 37 112 149 0.75 0.25 0 0.42 199.82 0.6 0.36
Hex 25 70 95 4B 19 0 2A C8 3C 24
Octal 45 160 225 113 31 0 52 310 74 44
Binary 100101 1110000 10010101 1001011 11001 0 101010 11001000 111100 100100

Color Harmonies of #257095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257095

Black with #257095

Text Example


Text Example

White with #257095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257095; }

 p { color: rgb(37,112,149); }

 H1.HeaderClassName
 {
   color: #257095;
 }
 .AnyTagClassName
 {
   color: #257095;
 }
</style>

background-color css

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

 a { background-color: rgb(37,112,149); }

 div.DivClassName
 {
   background-color: #257095;
 }
 .BgClassName
 {
   background-color: #257095;
 }
</style>

border-color css

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

 span { border-color: rgb(37,112,149); }

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