Html Css Color HEX #25739D Lochmara

📋 copy color: '#25739D'

red 37 ◦ green 115 ◦ blue 157

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

Shades of Lochmara #25739D

Tints of Lochmara #25739D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 11.97%
G = 37.22%
B = 50.81%

CMYK

 C value IS 0.76

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25739D (or 0x25739D) is known color: Lochmara. HEX triplet: 25, 73 and 9D. RGB value is (37,115,157). Sum of RGB (Red+Green+Blue) = 37+115+157=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 157 (61.72% from 255 or 50.81% from 309); Max value from RGB is 157 - color contains mainly: blue. Hex color #25739D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739D is #DA8C62. Grayscale: #606060. Windows color (decimal): -14322787 or 10318629. OLE color: 10318629.

HSL color Cylindrical-coordinate representation of color #25739D: hue angle of 201º 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 #25739D is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 115 157 -
CMYK 0.76 0.27 0 0.38
HSL 201º 0.62% 0.38% -
HSV(B) 201º 0.76% 0.62% -
XYZ 12.98 15.09 34.13 -
YUV 96.47 162.16 85.58 -
System Red Green Blue C M Y K H S L
Decimal 37 115 157 0.76 0.27 0 0.38 201 0.62 0.38
Hex 25 73 9D 4C 1B 0 26 C9 3E 26
Octal 45 163 235 114 33 0 46 311 76 46
Binary 100101 1110011 10011101 1001100 11011 0 100110 11001001 111110 100110

Color Harmonies of #25739D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25739D

Black with #25739D

Text Example


Text Example

White with #25739D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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