Html Css Color HEX #257096 Lochmara

📋 copy color: '#257096'

red 37 ◦ green 112 ◦ blue 150

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

Shades of Lochmara #257096

Tints of Lochmara #257096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.17%

R = 12.37%
G = 37.46%
B = 50.17%

CMYK

 C value IS 0.75

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257096 (or 0x257096) is known color: Lochmara. HEX triplet: 25, 70 and 96. RGB value is (37,112,150). Sum of RGB (Red+Green+Blue) = 37+112+150=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #257096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257096 is #DA8F69. Grayscale: #5D5D5D. Windows color (decimal): -14323562 or 9859109. OLE color: 9859109.

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

Color convert

RGB 37 112 150 -
CMYK 0.75 0.25 0 0.41
HSL 200.18º 0.6% 0.37% -
HSV(B) 200.18º 0.75% 0.59% -
XYZ 12.06 14.18 30.96 -
YUV 93.91 159.65 87.41 -
System Red Green Blue C M Y K H S L
Decimal 37 112 150 0.75 0.25 0 0.41 200.18 0.6 0.37
Hex 25 70 96 4B 19 0 29 C8 3C 25
Octal 45 160 226 113 31 0 51 310 74 45
Binary 100101 1110000 10010110 1001011 11001 0 101001 11001000 111100 100101

Color Harmonies of #257096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257096

Black with #257096

Text Example


Text Example

White with #257096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257096; }

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

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

background-color css

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

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

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

border-color css

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

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

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