Html Css Color HEX #257AB3 Lochmara

📋 copy color: '#257AB3'

red 37 ◦ green 122 ◦ blue 179

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

Shades of Lochmara #257AB3

Tints of Lochmara #257AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 52.96%

R = 10.95%
G = 36.09%
B = 52.96%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#257AB3 (or 0x257AB3) is known color: Lochmara. HEX triplet: 25, 7A and B3. RGB value is (37,122,179). Sum of RGB (Red+Green+Blue) = 37+122+179=338 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.95% from 338); Green value is 122 (48.05% from 255 or 36.09% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #257AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #257AB3 is #DA854C. Grayscale: #666666. Windows color (decimal): -14320973 or 11762213. OLE color: 11762213.

HSL color Cylindrical-coordinate representation of color #257AB3: hue angle of 204.08º 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 #257AB3 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 37 122 179 -
CMYK 0.79 0.32 0 0.30
HSL 204.08º 0.66% 0.42% -
HSV(B) 204.08º 0.79% 0.7% -
XYZ 15.86 17.57 45.2 -
YUV 103.08 170.84 80.87 -
System Red Green Blue C M Y K H S L
Decimal 37 122 179 0.79 0.32 0 0.30 204.08 0.66 0.42
Hex 25 7A B3 4F 20 0 1E CC 42 2A
Octal 45 172 263 117 40 0 36 314 102 52
Binary 100101 1111010 10110011 1001111 100000 0 11110 11001100 1000010 101010

Color Harmonies of #257AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257AB3

Black with #257AB3

Text Example


Text Example

White with #257AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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