Html Css Color HEX #257299 Lochmara

📋 copy color: '#257299'

red 37 ◦ green 114 ◦ blue 153

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

Shades of Lochmara #257299

Tints of Lochmara #257299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

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

R = 12.17%
G = 37.5%
B = 50.33%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#257299 (or 0x257299) is known color: Lochmara. HEX triplet: 25, 72 and 99. RGB value is (37,114,153). Sum of RGB (Red+Green+Blue) = 37+114+153=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #257299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257299 is #DA8D66. Grayscale: #5F5F5F. Windows color (decimal): -14323047 or 10056229. OLE color: 10056229.

HSL color Cylindrical-coordinate representation of color #257299: hue angle of 200.17º 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 #257299 is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 37 114 153 -
CMYK 0.76 0.25 0 0.4
HSL 200.17º 0.61% 0.37% -
HSV(B) 200.17º 0.76% 0.6% -
XYZ 12.53 14.73 32.32 -
YUV 95.42 160.49 86.33 -
System Red Green Blue C M Y K H S L
Decimal 37 114 153 0.76 0.25 0 0.4 200.17 0.61 0.37
Hex 25 72 99 4C 19 0 28 C8 3D 25
Octal 45 162 231 114 31 0 50 310 75 45
Binary 100101 1110010 10011001 1001100 11001 0 101000 11001000 111101 100101

Color Harmonies of #257299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257299

Black with #257299

Text Example


Text Example

White with #257299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257299; }

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

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

background-color css

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

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

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

border-color css

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

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

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