Html Css Color HEX #25739B Lochmara

📋 copy color: '#25739B'

red 37 ◦ green 115 ◦ blue 155

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

Shades of Lochmara #25739B

Tints of Lochmara #25739B

RGB

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

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

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

R = 12.05%
G = 37.46%
B = 50.49%

CMYK

 C value IS 0.76

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25739B (or 0x25739B) is known color: Lochmara. HEX triplet: 25, 73 and 9B. RGB value is (37,115,155). Sum of RGB (Red+Green+Blue) = 37+115+155=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #25739B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25739B is #DA8C64. Grayscale: #5F5F5F. Windows color (decimal): -14322789 or 10187557. OLE color: 10187557.

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

Color convert

RGB 37 115 155 -
CMYK 0.76 0.26 0 0.39
HSL 200.34º 0.61% 0.38% -
HSV(B) 200.34º 0.76% 0.61% -
XYZ 12.81 15.02 33.23 -
YUV 96.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 37 115 155 0.76 0.26 0 0.39 200.34 0.61 0.38
Hex 25 73 9B 4C 1A 0 27 C8 3D 26
Octal 45 163 233 114 32 0 47 310 75 46
Binary 100101 1110011 10011011 1001100 11010 0 100111 11001000 111101 100110

Color Harmonies of #25739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25739B

Black with #25739B

Text Example


Text Example

White with #25739B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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