Html Css Color HEX #257496 Lochmara

📋 copy color: '#257496'

red 37 ◦ green 116 ◦ blue 150

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

Shades of Lochmara #257496

Tints of Lochmara #257496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 12.21%
G = 38.28%
B = 49.5%

CMYK

 C value IS 0.75

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257496 (or 0x257496) is known color: Lochmara. HEX triplet: 25, 74 and 96. RGB value is (37,116,150). Sum of RGB (Red+Green+Blue) = 37+116+150=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 150 (58.98% from 255 or 49.50% from 303); Max value from RGB is 150 - color contains mainly: blue. Hex color #257496 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257496 is #DA8B69. Grayscale: #606060. Windows color (decimal): -14322538 or 9860133. OLE color: 9860133.

HSL color Cylindrical-coordinate representation of color #257496: hue angle of 198.05º 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 #257496 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 37 116 150 -
CMYK 0.75 0.23 0 0.41
HSL 198.05º 0.6% 0.37% -
HSV(B) 198.05º 0.75% 0.59% -
XYZ 12.51 15.09 31.11 -
YUV 96.26 158.33 85.74 -
System Red Green Blue C M Y K H S L
Decimal 37 116 150 0.75 0.23 0 0.41 198.05 0.6 0.37
Hex 25 74 96 4B 17 0 29 C6 3C 25
Octal 45 164 226 113 27 0 51 306 74 45
Binary 100101 1110100 10010110 1001011 10111 0 101001 11000110 111100 100101

Color Harmonies of #257496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257496

Black with #257496

Text Example


Text Example

White with #257496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257496; }

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

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

background-color css

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

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

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

border-color css

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

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

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