Html Css Color HEX #257FAD Lochmara

📋 copy color: '#257FAD'

red 37 ◦ green 127 ◦ blue 173

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

Shades of Lochmara #257FAD

Tints of Lochmara #257FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 10.98%
G = 37.69%
B = 51.34%

CMYK

 C value IS 0.79

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#257FAD (or 0x257FAD) is known color: Lochmara. HEX triplet: 25, 7F and AD. RGB value is (37,127,173). Sum of RGB (Red+Green+Blue) = 37+127+173=337 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.98% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #257FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257FAD is #DA8052. Grayscale: #696969. Windows color (decimal): -14319699 or 11370277. OLE color: 11370277.

HSL color Cylindrical-coordinate representation of color #257FAD: hue angle of 200.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257FAD is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 37 127 173 -
CMYK 0.79 0.27 0 0.32
HSL 200.29º 0.65% 0.41% -
HSV(B) 200.29º 0.79% 0.68% -
XYZ 15.9 18.59 42.29 -
YUV 105.33 166.18 79.26 -
System Red Green Blue C M Y K H S L
Decimal 37 127 173 0.79 0.27 0 0.32 200.29 0.65 0.41
Hex 25 7F AD 4F 1B 0 20 C8 41 29
Octal 45 177 255 117 33 0 40 310 101 51
Binary 100101 1111111 10101101 1001111 11011 0 100000 11001000 1000001 101001

Color Harmonies of #257FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257FAD

Black with #257FAD

Text Example


Text Example

White with #257FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257FAD; }

 p { color: rgb(37,127,173); }

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

background-color css

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

 a { background-color: rgb(37,127,173); }

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

border-color css

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

 span { border-color: rgb(37,127,173); }

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