Html Css Color HEX #257CAA Lochmara

📋 copy color: '#257CAA'

red 37 ◦ green 124 ◦ blue 170

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

Shades of Lochmara #257CAA

Tints of Lochmara #257CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.36%

R = 11.18%
G = 37.46%
B = 51.36%

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

#257CAA (or 0x257CAA) is known color: Lochmara. HEX triplet: 25, 7C and AA. RGB value is (37,124,170). Sum of RGB (Red+Green+Blue) = 37+124+170=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #257CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257CAA is #DA8355. Grayscale: #666666. Windows color (decimal): -14320470 or 11172901. OLE color: 11172901.

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

Color convert

RGB 37 124 170 -
CMYK 0.78 0.27 0 0.33
HSL 200.75º 0.64% 0.41% -
HSV(B) 200.75º 0.78% 0.67% -
XYZ 15.23 17.71 40.65 -
YUV 103.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 37 124 170 0.78 0.27 0 0.33 200.75 0.64 0.41
Hex 25 7C AA 4E 1B 0 21 C9 40 29
Octal 45 174 252 116 33 0 41 311 100 51
Binary 100101 1111100 10101010 1001110 11011 0 100001 11001001 1000000 101001

Color Harmonies of #257CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257CAA

Black with #257CAA

Text Example


Text Example

White with #257CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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