Html Css Color HEX #257BAB Lochmara

📋 copy color: '#257BAB'

red 37 ◦ green 123 ◦ blue 171

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

Shades of Lochmara #257BAB

Tints of Lochmara #257BAB

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.16%

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

R = 11.18%
G = 37.16%
B = 51.66%

CMYK

 C value IS 0.78

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#257BAB (or 0x257BAB) is known color: Lochmara. HEX triplet: 25, 7B and AB. RGB value is (37,123,171). Sum of RGB (Red+Green+Blue) = 37+123+171=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 123 (48.44% from 255 or 37.16% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #257BAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257BAB is #DA8454. Grayscale: #666666. Windows color (decimal): -14320725 or 11238181. OLE color: 11238181.

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

Color convert

RGB 37 123 171 -
CMYK 0.78 0.28 0 0.33
HSL 201.49º 0.64% 0.41% -
HSV(B) 201.49º 0.78% 0.67% -
XYZ 15.2 17.5 41.1 -
YUV 102.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 37 123 171 0.78 0.28 0 0.33 201.49 0.64 0.41
Hex 25 7B AB 4E 1C 0 21 C9 40 29
Octal 45 173 253 116 34 0 41 311 100 51
Binary 100101 1111011 10101011 1001110 11100 0 100001 11001001 1000000 101001

Color Harmonies of #257BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BAB

Black with #257BAB

Text Example


Text Example

White with #257BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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