Html Css Color HEX #257DAC Lochmara

📋 copy color: '#257DAC'

red 37 ◦ green 125 ◦ blue 172

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

Shades of Lochmara #257DAC

Tints of Lochmara #257DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 51.5%

R = 11.08%
G = 37.43%
B = 51.5%

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

#257DAC (or 0x257DAC) is known color: Lochmara. HEX triplet: 25, 7D and AC. RGB value is (37,125,172). Sum of RGB (Red+Green+Blue) = 37+125+172=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #257DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DAC is #DA8253. Grayscale: #676767. Windows color (decimal): -14320212 or 11304229. OLE color: 11304229.

HSL color Cylindrical-coordinate representation of color #257DAC: hue angle of 200.89º degrees, saturation: 0.65, 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 #257DAC is Cyan = 0.78, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 37 125 172 -
CMYK 0.78 0.27 0 0.33
HSL 200.89º 0.65% 0.41% -
HSV(B) 200.89º 0.78% 0.67% -
XYZ 15.54 18.04 41.69 -
YUV 104.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 37 125 172 0.78 0.27 0 0.33 200.89 0.65 0.41
Hex 25 7D AC 4E 1B 0 21 C9 41 29
Octal 45 175 254 116 33 0 41 311 101 51
Binary 100101 1111101 10101100 1001110 11011 0 100001 11001001 1000001 101001

Color Harmonies of #257DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DAC

Black with #257DAC

Text Example


Text Example

White with #257DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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