Html Css Color HEX #257AB0 Lochmara

📋 copy color: '#257AB0'

red 37 ◦ green 122 ◦ blue 176

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

Shades of Lochmara #257AB0

Tints of Lochmara #257AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.42%

 BLUE value IS 176 (69.14% from 255) = 52.54%

R = 11.04%
G = 36.42%
B = 52.54%

CMYK

 C value IS 0.79

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#257AB0 (or 0x257AB0) is known color: Lochmara. HEX triplet: 25, 7A and B0. RGB value is (37,122,176). Sum of RGB (Red+Green+Blue) = 37+122+176=335 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.04% from 335); Green value is 122 (48.05% from 255 or 36.42% from 335); Blue value is 176 (69.14% from 255 or 52.54% from 335); Max value from RGB is 176 - color contains mainly: blue. Hex color #257AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257AB0 is #DA854F. Grayscale: #666666. Windows color (decimal): -14320976 or 11565605. OLE color: 11565605.

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

Color convert

RGB 37 122 176 -
CMYK 0.79 0.31 0 0.31
HSL 203.31º 0.65% 0.42% -
HSV(B) 203.31º 0.79% 0.69% -
XYZ 15.56 17.45 43.62 -
YUV 102.74 169.34 81.11 -
System Red Green Blue C M Y K H S L
Decimal 37 122 176 0.79 0.31 0 0.31 203.31 0.65 0.42
Hex 25 7A B0 4F 1F 0 1F CB 41 2A
Octal 45 172 260 117 37 0 37 313 101 52
Binary 100101 1111010 10110000 1001111 11111 0 11111 11001011 1000001 101010

Color Harmonies of #257AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AB0

Black with #257AB0

Text Example


Text Example

White with #257AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,122,176); }

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

background-color css

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

 a { background-color: rgb(37,122,176); }

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

border-color css

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

 span { border-color: rgb(37,122,176); }

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