Html Css Color HEX #257599 Lochmara

📋 copy color: '#257599'

red 37 ◦ green 117 ◦ blue 153

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

Shades of Lochmara #257599

Tints of Lochmara #257599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 12.05%
G = 38.11%
B = 49.84%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#257599 (or 0x257599) is known color: Lochmara. HEX triplet: 25, 75 and 99. RGB value is (37,117,153). Sum of RGB (Red+Green+Blue) = 37+117+153=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #257599 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257599 is #DA8A66. Grayscale: #606060. Windows color (decimal): -14322279 or 10056997. OLE color: 10056997.

HSL color Cylindrical-coordinate representation of color #257599: hue angle of 198.62º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257599 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 117 153 -
CMYK 0.76 0.24 0 0.4
HSL 198.62º 0.61% 0.37% -
HSV(B) 198.62º 0.76% 0.6% -
XYZ 12.87 15.42 32.43 -
YUV 97.18 159.5 85.07 -
System Red Green Blue C M Y K H S L
Decimal 37 117 153 0.76 0.24 0 0.4 198.62 0.61 0.37
Hex 25 75 99 4C 18 0 28 C7 3D 25
Octal 45 165 231 114 30 0 50 307 75 45
Binary 100101 1110101 10011001 1001100 11000 0 101000 11000111 111101 100101

Color Harmonies of #257599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257599

Black with #257599

Text Example


Text Example

White with #257599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257599; }

 p { color: rgb(37,117,153); }

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

background-color css

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

 a { background-color: rgb(37,117,153); }

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

border-color css

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

 span { border-color: rgb(37,117,153); }

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