Html Css Color HEX #257598 Lochmara

📋 copy color: '#257598'

red 37 ◦ green 117 ◦ blue 152

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

Shades of Lochmara #257598

Tints of Lochmara #257598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.24%

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

R = 12.09%
G = 38.24%
B = 49.67%

CMYK

 C value IS 0.76

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#257598 (or 0x257598) is known color: Lochmara. HEX triplet: 25, 75 and 98. RGB value is (37,117,152). Sum of RGB (Red+Green+Blue) = 37+117+152=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #257598 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257598 is #DA8A67. Grayscale: #606060. Windows color (decimal): -14322280 or 9991461. OLE color: 9991461.

HSL color Cylindrical-coordinate representation of color #257598: hue angle of 198.26º 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 #257598 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 117 152 -
CMYK 0.76 0.23 0 0.40
HSL 198.26º 0.61% 0.37% -
HSV(B) 198.26º 0.76% 0.6% -
XYZ 12.79 15.38 32 -
YUV 97.07 159 85.15 -
System Red Green Blue C M Y K H S L
Decimal 37 117 152 0.76 0.23 0 0.40 198.26 0.61 0.37
Hex 25 75 98 4C 17 0 28 C6 3D 25
Octal 45 165 230 114 27 0 50 306 75 45
Binary 100101 1110101 10011000 1001100 10111 0 101000 11000110 111101 100101

Color Harmonies of #257598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257598

Black with #257598

Text Example


Text Example

White with #257598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257598; }

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

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

background-color css

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

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

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

border-color css

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

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

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