Html Css Color HEX #257A98 Lochmara

📋 copy color: '#257A98'

red 37 ◦ green 122 ◦ blue 152

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

Shades of Lochmara #257A98

Tints of Lochmara #257A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 48.87%

R = 11.9%
G = 39.23%
B = 48.87%

CMYK

 C value IS 0.76

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#257A98 (or 0x257A98) is known color: Lochmara. HEX triplet: 25, 7A and 98. RGB value is (37,122,152). Sum of RGB (Red+Green+Blue) = 37+122+152=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 152 (59.77% from 255 or 48.87% from 311); Max value from RGB is 152 - color contains mainly: blue. Hex color #257A98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A98 is #DA8567. Grayscale: #636363. Windows color (decimal): -14321000 or 9992741. OLE color: 9992741.

HSL color Cylindrical-coordinate representation of color #257A98: hue angle of 195.65º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #257A98 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 122 152 -
CMYK 0.76 0.20 0 0.40
HSL 195.65º 0.61% 0.37% -
HSV(B) 195.65º 0.76% 0.6% -
XYZ 13.39 16.58 32.2 -
YUV 100.01 157.34 83.06 -
System Red Green Blue C M Y K H S L
Decimal 37 122 152 0.76 0.20 0 0.40 195.65 0.61 0.37
Hex 25 7A 98 4C 14 0 28 C4 3D 25
Octal 45 172 230 114 24 0 50 304 75 45
Binary 100101 1111010 10011000 1001100 10100 0 101000 11000100 111101 100101

Color Harmonies of #257A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257A98

Black with #257A98

Text Example


Text Example

White with #257A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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