Html Css Color HEX #25689A Lochmara

📋 copy color: '#25689A'

red 37 ◦ green 104 ◦ blue 154

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

Shades of Lochmara #25689A

Tints of Lochmara #25689A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.25%

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 12.54%
G = 35.25%
B = 52.2%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25689A (or 0x25689A) is known color: Lochmara. HEX triplet: 25, 68 and 9A. RGB value is (37,104,154). Sum of RGB (Red+Green+Blue) = 37+104+154=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #25689A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25689A is #DA9765. Grayscale: #595959. Windows color (decimal): -14325606 or 10119205. OLE color: 10119205.

HSL color Cylindrical-coordinate representation of color #25689A: hue angle of 205.64º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25689A is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 104 154 -
CMYK 0.76 0.32 0 0.40
HSL 205.64º 0.61% 0.37% -
HSV(B) 205.64º 0.76% 0.6% -
XYZ 11.55 12.63 32.4 -
YUV 89.67 164.3 90.43 -
System Red Green Blue C M Y K H S L
Decimal 37 104 154 0.76 0.32 0 0.40 205.64 0.61 0.37
Hex 25 68 9A 4C 20 0 28 CE 3D 25
Octal 45 150 232 114 40 0 50 316 75 45
Binary 100101 1101000 10011010 1001100 100000 0 101000 11001110 111101 100101

Color Harmonies of #25689A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25689A

Black with #25689A

Text Example


Text Example

White with #25689A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25689A; }

 p { color: rgb(37,104,154); }

 H1.HeaderClassName
 {
   color: #25689A;
 }
 .AnyTagClassName
 {
   color: #25689A;
 }
</style>

background-color css

<style>
 a { background-color: #25689A; }

 a { background-color: rgb(37,104,154); }

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

border-color css

<style>
 span { border-color: #25689A; }

 span { border-color: rgb(37,104,154); }

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