Html Css Color HEX #257194 Lochmara

📋 copy color: '#257194'

red 37 ◦ green 113 ◦ blue 148

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

Shades of Lochmara #257194

Tints of Lochmara #257194

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.92%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 12.42%
G = 37.92%
B = 49.66%

CMYK

 C value IS 0.75

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#257194 (or 0x257194) is known color: Lochmara. HEX triplet: 25, 71 and 94. RGB value is (37,113,148). Sum of RGB (Red+Green+Blue) = 37+113+148=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #257194 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257194 is #DA8E6B. Grayscale: #5E5E5E. Windows color (decimal): -14323308 or 9728293. OLE color: 9728293.

HSL color Cylindrical-coordinate representation of color #257194: hue angle of 198.92º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #257194 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 113 148 -
CMYK 0.75 0.24 0 0.42
HSL 198.92º 0.6% 0.36% -
HSV(B) 198.92º 0.75% 0.58% -
XYZ 12.01 14.34 30.15 -
YUV 94.27 158.32 87.15 -
System Red Green Blue C M Y K H S L
Decimal 37 113 148 0.75 0.24 0 0.42 198.92 0.6 0.36
Hex 25 71 94 4B 18 0 2A C7 3C 24
Octal 45 161 224 113 30 0 52 307 74 44
Binary 100101 1110001 10010100 1001011 11000 0 101010 11000111 111100 100100

Color Harmonies of #257194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #257194

Black with #257194

Text Example


Text Example

White with #257194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #257194; }

 p { color: rgb(37,113,148); }

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

background-color css

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

 a { background-color: rgb(37,113,148); }

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

border-color css

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

 span { border-color: rgb(37,113,148); }

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