#257BAA

Color #257BAA Lochmara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochmara #257BAA

Tints of Lochmara #257BAA

Color information

#257BAA (or 0x257BAA) is unknown color: approx Lochmara. HEX triplet: 25, 7B and AA. RGB value is (37,123,170). Sum of RGB (Red+Green+Blue) = 37+123+170=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #257BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257BAA is #DA8455. Grayscale: #666666. Windows color (decimal): -14320726 or 11172645. OLE color: 11172645.

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

Color convert

RGB37123170-
CMYK0.780.2800.33
HSL201.2º64.25%40.59%-
HSV(B)201.2º78.24%66.67%-
XYZ15.117.4640.6-
YUV102.64166.0181.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.21%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=11.21%
G=37.27%
B=51.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal371231700.780.2800.33201.264.2540.59
Hex257BAA4E1C021c94029
Octal451732521163404131110051
Binary1001011111011101010101001110111000100001110010011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #257BAA;
 }
 .AnyTagClassName
 {
   color: #257BAA;
 }
</style>
background-color css

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

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

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

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

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

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