Html Css Color HEX #25649F Lochmara

📋 copy color: '#25649F'

red 37 ◦ green 100 ◦ blue 159

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

Shades of Lochmara #25649F

Tints of Lochmara #25649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.78%

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 12.5%
G = 33.78%
B = 53.72%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25649F (or 0x25649F) is known color: Lochmara. HEX triplet: 25, 64 and 9F. RGB value is (37,100,159). Sum of RGB (Red+Green+Blue) = 37+100+159=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #25649F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25649F is #DA9B60. Grayscale: #575757. Windows color (decimal): -14326625 or 10445861. OLE color: 10445861.

HSL color Cylindrical-coordinate representation of color #25649F: hue angle of 209.02º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25649F is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 100 159 -
CMYK 0.77 0.37 0 0.38
HSL 209.02º 0.62% 0.38% -
HSV(B) 209.02º 0.77% 0.62% -
XYZ 11.58 12.01 34.51 -
YUV 87.89 168.13 91.7 -
System Red Green Blue C M Y K H S L
Decimal 37 100 159 0.77 0.37 0 0.38 209.02 0.62 0.38
Hex 25 64 9F 4D 25 0 26 D1 3E 26
Octal 45 144 237 115 45 0 46 321 76 46
Binary 100101 1100100 10011111 1001101 100101 0 100110 11010001 111110 100110

Color Harmonies of #25649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25649F

Black with #25649F

Text Example


Text Example

White with #25649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25649F; }

 p { color: rgb(37,100,159); }

 H1.HeaderClassName
 {
   color: #25649F;
 }
 .AnyTagClassName
 {
   color: #25649F;
 }
</style>

background-color css

<style>
 a { background-color: #25649F; }

 a { background-color: rgb(37,100,159); }

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

border-color css

<style>
 span { border-color: #25649F; }

 span { border-color: rgb(37,100,159); }

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