Html Css Color HEX #25679A Lochmara

📋 copy color: '#25679A'

red 37 ◦ green 103 ◦ blue 154

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

Shades of Lochmara #25679A

Tints of Lochmara #25679A

RGB

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

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

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

R = 12.59%
G = 35.03%
B = 52.38%

CMYK

 C value IS 0.76

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25679A (or 0x25679A) is known color: Lochmara. HEX triplet: 25, 67 and 9A. RGB value is (37,103,154). Sum of RGB (Red+Green+Blue) = 37+103+154=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #25679A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25679A is #DA9865. Grayscale: #585858. Windows color (decimal): -14325862 or 10118949. OLE color: 10118949.

HSL color Cylindrical-coordinate representation of color #25679A: hue angle of 206.15º 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 #25679A is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 103 154 -
CMYK 0.76 0.33 0 0.40
HSL 206.15º 0.61% 0.37% -
HSV(B) 206.15º 0.76% 0.6% -
XYZ 11.45 12.43 32.37 -
YUV 89.08 164.63 90.85 -
System Red Green Blue C M Y K H S L
Decimal 37 103 154 0.76 0.33 0 0.40 206.15 0.61 0.37
Hex 25 67 9A 4C 21 0 28 CE 3D 25
Octal 45 147 232 114 41 0 50 316 75 45
Binary 100101 1100111 10011010 1001100 100001 0 101000 11001110 111101 100101

Color Harmonies of #25679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25679A

Black with #25679A

Text Example


Text Example

White with #25679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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