Html Css Color HEX #257DA6 Lochmara

📋 copy color: '#257DA6'

red 37 ◦ green 125 ◦ blue 166

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

Shades of Lochmara #257DA6

Tints of Lochmara #257DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.61%

R = 11.28%
G = 38.11%
B = 50.61%

CMYK

 C value IS 0.78

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#257DA6 (or 0x257DA6) is known color: Lochmara. HEX triplet: 25, 7D and A6. RGB value is (37,125,166). Sum of RGB (Red+Green+Blue) = 37+125+166=328 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.28% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 166 (65.23% from 255 or 50.61% from 328); Max value from RGB is 166 - color contains mainly: blue. Hex color #257DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257DA6 is #DA8259. Grayscale: #676767. Windows color (decimal): -14320218 or 10911013. OLE color: 10911013.

HSL color Cylindrical-coordinate representation of color #257DA6: hue angle of 199.07º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #257DA6 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 37 125 166 -
CMYK 0.78 0.25 0 0.35
HSL 199.07º 0.64% 0.4% -
HSV(B) 199.07º 0.78% 0.65% -
XYZ 14.98 17.81 38.73 -
YUV 103.36 163.35 80.67 -
System Red Green Blue C M Y K H S L
Decimal 37 125 166 0.78 0.25 0 0.35 199.07 0.64 0.4
Hex 25 7D A6 4E 19 0 23 C7 40 28
Octal 45 175 246 116 31 0 43 307 100 50
Binary 100101 1111101 10100110 1001110 11001 0 100011 11000111 1000000 101000

Color Harmonies of #257DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257DA6

Black with #257DA6

Text Example


Text Example

White with #257DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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