Html Css Color HEX #25749F Lochmara

📋 copy color: '#25749F'

red 37 ◦ green 116 ◦ blue 159

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

Shades of Lochmara #25749F

Tints of Lochmara #25749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 159 (62.5% from 255) = 50.96%

R = 11.86%
G = 37.18%
B = 50.96%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25749F (or 0x25749F) is known color: Lochmara. HEX triplet: 25, 74 and 9F. RGB value is (37,116,159). Sum of RGB (Red+Green+Blue) = 37+116+159=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 159 (62.5% from 255 or 50.96% from 312); Max value from RGB is 159 - color contains mainly: blue. Hex color #25749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25749F is #DA8B60. Grayscale: #616161. Windows color (decimal): -14322529 or 10449957. OLE color: 10449957.

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

Color convert

RGB 37 116 159 -
CMYK 0.77 0.27 0 0.38
HSL 201.15º 0.62% 0.38% -
HSV(B) 201.15º 0.77% 0.62% -
XYZ 13.27 15.39 35.07 -
YUV 97.28 162.83 85 -
System Red Green Blue C M Y K H S L
Decimal 37 116 159 0.77 0.27 0 0.38 201.15 0.62 0.38
Hex 25 74 9F 4D 1B 0 26 C9 3E 26
Octal 45 164 237 115 33 0 46 311 76 46
Binary 100101 1110100 10011111 1001101 11011 0 100110 11001001 111110 100110

Color Harmonies of #25749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25749F

Black with #25749F

Text Example


Text Example

White with #25749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25749F; }

 p { color: rgb(37,116,159); }

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

background-color css

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

 a { background-color: rgb(37,116,159); }

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

border-color css

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

 span { border-color: rgb(37,116,159); }

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