Html Css Color HEX #25779D Lochmara

📋 copy color: '#25779D'

red 37 ◦ green 119 ◦ blue 157

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

Shades of Lochmara #25779D

Tints of Lochmara #25779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.02%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 11.82%
G = 38.02%
B = 50.16%

CMYK

 C value IS 0.76

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25779D (or 0x25779D) is known color: Lochmara. HEX triplet: 25, 77 and 9D. RGB value is (37,119,157). Sum of RGB (Red+Green+Blue) = 37+119+157=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #25779D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25779D is #DA8862. Grayscale: #626262. Windows color (decimal): -14321763 or 10319653. OLE color: 10319653.

HSL color Cylindrical-coordinate representation of color #25779D: hue angle of 199º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25779D is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 119 157 -
CMYK 0.76 0.24 0 0.38
HSL 199º 0.62% 0.38% -
HSV(B) 199º 0.76% 0.62% -
XYZ 13.45 16.02 34.28 -
YUV 98.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 37 119 157 0.76 0.24 0 0.38 199 0.62 0.38
Hex 25 77 9D 4C 18 0 26 C7 3E 26
Octal 45 167 235 114 30 0 46 307 76 46
Binary 100101 1110111 10011101 1001100 11000 0 100110 11000111 111110 100110

Color Harmonies of #25779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25779D

Black with #25779D

Text Example


Text Example

White with #25779D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25779D; }

 p { color: rgb(37,119,157); }

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

background-color css

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

 a { background-color: rgb(37,119,157); }

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

border-color css

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

 span { border-color: rgb(37,119,157); }

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