Html Css Color HEX #257CA8 Lochmara

📋 copy color: '#257CA8'

red 37 ◦ green 124 ◦ blue 168

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

Shades of Lochmara #257CA8

Tints of Lochmara #257CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.69%

 BLUE value IS 168 (66.02% from 255) = 51.06%

R = 11.25%
G = 37.69%
B = 51.06%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#257CA8 (or 0x257CA8) is known color: Lochmara. HEX triplet: 25, 7C and A8. RGB value is (37,124,168). Sum of RGB (Red+Green+Blue) = 37+124+168=329 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.25% from 329); Green value is 124 (48.83% from 255 or 37.69% from 329); Blue value is 168 (66.02% from 255 or 51.06% from 329); Max value from RGB is 168 - color contains mainly: blue. Hex color #257CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257CA8 is #DA8357. Grayscale: #666666. Windows color (decimal): -14320472 or 11041829. OLE color: 11041829.

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

Color convert

RGB 37 124 168 -
CMYK 0.78 0.26 0 0.34
HSL 200.15º 0.64% 0.4% -
HSV(B) 200.15º 0.78% 0.66% -
XYZ 15.04 17.64 39.66 -
YUV 103 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 37 124 168 0.78 0.26 0 0.34 200.15 0.64 0.4
Hex 25 7C A8 4E 1A 0 22 C8 40 28
Octal 45 174 250 116 32 0 42 310 100 50
Binary 100101 1111100 10101000 1001110 11010 0 100010 11001000 1000000 101000

Color Harmonies of #257CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CA8

Black with #257CA8

Text Example


Text Example

White with #257CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,124,168); }

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

background-color css

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

 a { background-color: rgb(37,124,168); }

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

border-color css

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

 span { border-color: rgb(37,124,168); }

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