Html Css Color HEX #25739A Lochmara

📋 copy color: '#25739A'

red 37 ◦ green 115 ◦ blue 154

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

Shades of Lochmara #25739A

Tints of Lochmara #25739A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 50.33%

R = 12.09%
G = 37.58%
B = 50.33%

CMYK

 C value IS 0.76

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25739A (or 0x25739A) is known color: Lochmara. HEX triplet: 25, 73 and 9A. RGB value is (37,115,154). Sum of RGB (Red+Green+Blue) = 37+115+154=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #25739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739A is #DA8C65. Grayscale: #5F5F5F. Windows color (decimal): -14322790 or 10122021. OLE color: 10122021.

HSL color Cylindrical-coordinate representation of color #25739A: hue angle of 200º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25739A is Cyan = 0.76, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 115 154 -
CMYK 0.76 0.25 0 0.40
HSL 200º 0.61% 0.37% -
HSV(B) 200º 0.76% 0.6% -
XYZ 12.73 14.99 32.79 -
YUV 96.12 160.66 85.83 -
System Red Green Blue C M Y K H S L
Decimal 37 115 154 0.76 0.25 0 0.40 200 0.61 0.37
Hex 25 73 9A 4C 19 0 28 C8 3D 25
Octal 45 163 232 114 31 0 50 310 75 45
Binary 100101 1110011 10011010 1001100 11001 0 101000 11001000 111101 100101

Color Harmonies of #25739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25739A

Black with #25739A

Text Example


Text Example

White with #25739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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