Html Css Color HEX #257397 Lochmara

📋 copy color: '#257397'

red 37 ◦ green 115 ◦ blue 151

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

Shades of Lochmara #257397

Tints of Lochmara #257397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 49.83%

R = 12.21%
G = 37.95%
B = 49.83%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#257397 (or 0x257397) is known color: Lochmara. HEX triplet: 25, 73 and 97. RGB value is (37,115,151). Sum of RGB (Red+Green+Blue) = 37+115+151=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 151 (59.38% from 255 or 49.83% from 303); Max value from RGB is 151 - color contains mainly: blue. Hex color #257397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257397 is #DA8C68. Grayscale: #5F5F5F. Windows color (decimal): -14322793 or 9925413. OLE color: 9925413.

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

Color convert

RGB 37 115 151 -
CMYK 0.75 0.24 0 0.41
HSL 198.95º 0.61% 0.37% -
HSV(B) 198.95º 0.75% 0.59% -
XYZ 12.48 14.89 31.49 -
YUV 95.78 159.16 86.07 -
System Red Green Blue C M Y K H S L
Decimal 37 115 151 0.75 0.24 0 0.41 198.95 0.61 0.37
Hex 25 73 97 4B 18 0 29 C7 3D 25
Octal 45 163 227 113 30 0 51 307 75 45
Binary 100101 1110011 10010111 1001011 11000 0 101001 11000111 111101 100101

Color Harmonies of #257397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257397

Black with #257397

Text Example


Text Example

White with #257397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257397; }

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

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

background-color css

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

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

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

border-color css

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

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

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