Html Css Color HEX #25709B Lochmara

📋 copy color: '#25709B'

red 37 ◦ green 112 ◦ blue 155

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

Shades of Lochmara #25709B

Tints of Lochmara #25709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.84%

 BLUE value IS 155 (60.94% from 255) = 50.99%

R = 12.17%
G = 36.84%
B = 50.99%

CMYK

 C value IS 0.76

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25709B (or 0x25709B) is known color: Lochmara. HEX triplet: 25, 70 and 9B. RGB value is (37,112,155). Sum of RGB (Red+Green+Blue) = 37+112+155=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #25709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25709B is #DA8F64. Grayscale: #5E5E5E. Windows color (decimal): -14323557 or 10186789. OLE color: 10186789.

HSL color Cylindrical-coordinate representation of color #25709B: hue angle of 201.86º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25709B is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 112 155 -
CMYK 0.76 0.28 0 0.39
HSL 201.86º 0.61% 0.38% -
HSV(B) 201.86º 0.76% 0.61% -
XYZ 12.47 14.35 33.12 -
YUV 94.48 162.15 87 -
System Red Green Blue C M Y K H S L
Decimal 37 112 155 0.76 0.28 0 0.39 201.86 0.61 0.38
Hex 25 70 9B 4C 1C 0 27 CA 3D 26
Octal 45 160 233 114 34 0 47 312 75 46
Binary 100101 1110000 10011011 1001100 11100 0 100111 11001010 111101 100110

Color Harmonies of #25709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25709B

Black with #25709B

Text Example


Text Example

White with #25709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25709B; }

 p { color: rgb(37,112,155); }

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

background-color css

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

 a { background-color: rgb(37,112,155); }

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

border-color css

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

 span { border-color: rgb(37,112,155); }

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