#257BB3

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

Shades of Lochmara #257BB3

Tints of Lochmara #257BB3

Color information

#257BB3 (or 0x257BB3) is unknown color: approx Lochmara. HEX triplet: 25, 7B and B3. RGB value is (37,123,179). Sum of RGB (Red+Green+Blue) = 37+123+179=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 123 (48.44% from 255 or 36.28% from 339); Blue value is 179 (70.31% from 255 or 52.80% from 339); Max value from RGB is 179 - color contains mainly: blue. Hex color #257BB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257BB3 is #DA844C. Grayscale: #676767. Windows color (decimal): -14320717 or 11762469. OLE color: 11762469.

HSL color Cylindrical-coordinate representation of color #257BB3: hue angle of 203.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #257BB3 is Cyan = 0.79, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB37123179-
CMYK0.790.3100.30
HSL203.66º65.74%42.35%-
HSV(B)203.66º79.33%70.2%-
XYZ15.9817.8145.24-
YUV103.67170.5180.45-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.91%
GREEN value IS 123 (48.44% from 255) = 36.28%
BLUE value IS 179 (70.31% from 255) = 52.80%
R=10.91%
G=36.28%
B=52.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal371231790.790.3100.30203.6665.7442.35
Hex257BB34F1F01Ecc422a
Octal451732631173703631410252
Binary100101111101110110011100111111111011110110011001000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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