Html Css Color HEX #257396 Lochmara

📋 copy color: '#257396'

red 37 ◦ green 115 ◦ blue 150

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

Shades of Lochmara #257396

Tints of Lochmara #257396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 38.08%

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

R = 12.25%
G = 38.08%
B = 49.67%

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

#257396 (or 0x257396) is known color: Lochmara. HEX triplet: 25, 73 and 96. RGB value is (37,115,150). Sum of RGB (Red+Green+Blue) = 37+115+150=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #257396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257396 is #DA8C69. Grayscale: #5F5F5F. Windows color (decimal): -14322794 or 9859877. OLE color: 9859877.

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

Color convert

RGB 37 115 150 -
CMYK 0.75 0.23 0 0.41
HSL 198.58º 0.6% 0.37% -
HSV(B) 198.58º 0.75% 0.59% -
XYZ 12.4 14.86 31.07 -
YUV 95.67 158.66 86.15 -
System Red Green Blue C M Y K H S L
Decimal 37 115 150 0.75 0.23 0 0.41 198.58 0.6 0.37
Hex 25 73 96 4B 17 0 29 C7 3C 25
Octal 45 163 226 113 27 0 51 307 74 45
Binary 100101 1110011 10010110 1001011 10111 0 101001 11000111 111100 100101

Color Harmonies of #257396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257396

Black with #257396

Text Example


Text Example

White with #257396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257396; }

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

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

background-color css

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

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

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

border-color css

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

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

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