Html Css Color HEX #25669D Lochmara

📋 copy color: '#25669D'

red 37 ◦ green 102 ◦ blue 157

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

Shades of Lochmara #25669D

Tints of Lochmara #25669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 12.5%
G = 34.46%
B = 53.04%

CMYK

 C value IS 0.76

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25669D (or 0x25669D) is known color: Lochmara. HEX triplet: 25, 66 and 9D. RGB value is (37,102,157). Sum of RGB (Red+Green+Blue) = 37+102+157=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 157 (61.72% from 255 or 53.04% from 296); Max value from RGB is 157 - color contains mainly: blue. Hex color #25669D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25669D is #DA9962. Grayscale: #585858. Windows color (decimal): -14326115 or 10315301. OLE color: 10315301.

HSL color Cylindrical-coordinate representation of color #25669D: hue angle of 207.5º 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 #25669D is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 102 157 -
CMYK 0.76 0.35 0 0.38
HSL 207.5º 0.62% 0.38% -
HSV(B) 207.5º 0.76% 0.62% -
XYZ 11.6 12.33 33.67 -
YUV 88.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 37 102 157 0.76 0.35 0 0.38 207.5 0.62 0.38
Hex 25 66 9D 4C 23 0 26 D0 3E 26
Octal 45 146 235 114 43 0 46 320 76 46
Binary 100101 1100110 10011101 1001100 100011 0 100110 11010000 111110 100110

Color Harmonies of #25669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25669D

Black with #25669D

Text Example


Text Example

White with #25669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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