Html Css Color HEX #25639B Lochmara

📋 copy color: '#25639B'

red 37 ◦ green 99 ◦ blue 155

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

Shades of Lochmara #25639B

Tints of Lochmara #25639B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.02%

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

R = 12.71%
G = 34.02%
B = 53.26%

CMYK

 C value IS 0.76

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25639B (or 0x25639B) is known color: Lochmara. HEX triplet: 25, 63 and 9B. RGB value is (37,99,155). Sum of RGB (Red+Green+Blue) = 37+99+155=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #25639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25639B is #DA9C64. Grayscale: #565656. Windows color (decimal): -14326885 or 10183461. OLE color: 10183461.

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

Color convert

RGB 37 99 155 -
CMYK 0.76 0.36 0 0.39
HSL 208.47º 0.61% 0.38% -
HSV(B) 208.47º 0.76% 0.61% -
XYZ 11.14 11.68 32.68 -
YUV 86.85 166.46 92.45 -
System Red Green Blue C M Y K H S L
Decimal 37 99 155 0.76 0.36 0 0.39 208.47 0.61 0.38
Hex 25 63 9B 4C 24 0 27 D0 3D 26
Octal 45 143 233 114 44 0 47 320 75 46
Binary 100101 1100011 10011011 1001100 100100 0 100111 11010000 111101 100110

Color Harmonies of #25639B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25639B

Black with #25639B

Text Example


Text Example

White with #25639B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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