Html Css Color HEX #25679D Lochmara

📋 copy color: '#25679D'

red 37 ◦ green 103 ◦ blue 157

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

Shades of Lochmara #25679D

Tints of Lochmara #25679D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.68%

 BLUE value IS 157 (61.72% from 255) = 52.86%

R = 12.46%
G = 34.68%
B = 52.86%

CMYK

 C value IS 0.76

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25679D (or 0x25679D) is known color: Lochmara. HEX triplet: 25, 67 and 9D. RGB value is (37,103,157). Sum of RGB (Red+Green+Blue) = 37+103+157=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #25679D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25679D is #DA9862. Grayscale: #595959. Windows color (decimal): -14325859 or 10315557. OLE color: 10315557.

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

Color convert

RGB 37 103 157 -
CMYK 0.76 0.34 0 0.38
HSL 207º 0.62% 0.38% -
HSV(B) 207º 0.76% 0.62% -
XYZ 11.7 12.53 33.7 -
YUV 89.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 37 103 157 0.76 0.34 0 0.38 207 0.62 0.38
Hex 25 67 9D 4C 22 0 26 CF 3E 26
Octal 45 147 235 114 42 0 46 317 76 46
Binary 100101 1100111 10011101 1001100 100010 0 100110 11001111 111110 100110

Color Harmonies of #25679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25679D

Black with #25679D

Text Example


Text Example

White with #25679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25679D; }

 p { color: rgb(37,103,157); }

 H1.HeaderClassName
 {
   color: #25679D;
 }
 .AnyTagClassName
 {
   color: #25679D;
 }
</style>

background-color css

<style>
 a { background-color: #25679D; }

 a { background-color: rgb(37,103,157); }

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

border-color css

<style>
 span { border-color: #25679D; }

 span { border-color: rgb(37,103,157); }

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