Html Css Color HEX #257BAA Lochmara

📋 copy color: '#257BAA'

red 37 ◦ green 123 ◦ blue 170

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

Shades of Lochmara #257BAA

Tints of Lochmara #257BAA

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.8% from 255) = 51.52%

R = 11.21%
G = 37.27%
B = 51.52%

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

#257BAA (or 0x257BAA) is known color: 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

RGB 37 123 170 -
CMYK 0.78 0.28 0 0.33
HSL 201.2º 0.64% 0.41% -
HSV(B) 201.2º 0.78% 0.67% -
XYZ 15.1 17.46 40.6 -
YUV 102.64 166.01 81.18 -
System Red Green Blue C M Y K H S L
Decimal 37 123 170 0.78 0.28 0 0.33 201.2 0.64 0.41
Hex 25 7B AA 4E 1C 0 21 C9 40 29
Octal 45 173 252 116 34 0 41 311 100 51
Binary 100101 1111011 10101010 1001110 11100 0 100001 11001001 1000000 101001

Color Harmonies of #257BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257BAA

Black with #257BAA

Text Example


Text Example

White with #257BAA

Text Example


Text Example

HTML Codes & Css Web 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>