Html Css Color HEX #257DAB Lochmara

📋 copy color: '#257DAB'

red 37 ◦ green 125 ◦ blue 171

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

Shades of Lochmara #257DAB

Tints of Lochmara #257DAB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 171 (67.19% from 255) = 51.35%

R = 11.11%
G = 37.54%
B = 51.35%

CMYK

 C value IS 0.78

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#257DAB (or 0x257DAB) is known color: Lochmara. HEX triplet: 25, 7D and AB. RGB value is (37,125,171). Sum of RGB (Red+Green+Blue) = 37+125+171=333 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.11% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #257DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DAB is #DA8254. Grayscale: #676767. Windows color (decimal): -14320213 or 11238693. OLE color: 11238693.

HSL color Cylindrical-coordinate representation of color #257DAB: hue angle of 200.6º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257DAB is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 125 171 -
CMYK 0.78 0.27 0 0.33
HSL 200.6º 0.64% 0.41% -
HSV(B) 200.6º 0.78% 0.67% -
XYZ 15.45 18 41.19 -
YUV 103.93 165.85 80.26 -
System Red Green Blue C M Y K H S L
Decimal 37 125 171 0.78 0.27 0 0.33 200.6 0.64 0.41
Hex 25 7D AB 4E 1B 0 21 C9 40 29
Octal 45 175 253 116 33 0 41 311 100 51
Binary 100101 1111101 10101011 1001110 11011 0 100001 11001001 1000000 101001

Color Harmonies of #257DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DAB

Black with #257DAB

Text Example


Text Example

White with #257DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,125,171); }

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

background-color css

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

 a { background-color: rgb(37,125,171); }

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

border-color css

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

 span { border-color: rgb(37,125,171); }

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