Html Css Color HEX #25629B Lochmara

📋 copy color: '#25629B'

red 37 ◦ green 98 ◦ blue 155

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

Shades of Lochmara #25629B

Tints of Lochmara #25629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

 BLUE value IS 155 (60.94% from 255) = 53.45%

R = 12.76%
G = 33.79%
B = 53.45%

CMYK

 C value IS 0.76

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25629B (or 0x25629B) is known color: Lochmara. HEX triplet: 25, 62 and 9B. RGB value is (37,98,155). Sum of RGB (Red+Green+Blue) = 37+98+155=290 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.76% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 155 (60.94% from 255 or 53.45% from 290); Max value from RGB is 155 - color contains mainly: blue. Hex color #25629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25629B is #DA9D64. Grayscale: #555555. Windows color (decimal): -14327141 or 10183205. OLE color: 10183205.

HSL color Cylindrical-coordinate representation of color #25629B: hue angle of 208.98º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25629B is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 98 155 -
CMYK 0.76 0.37 0 0.39
HSL 208.98º 0.61% 0.38% -
HSV(B) 208.98º 0.76% 0.61% -
XYZ 11.05 11.5 32.65 -
YUV 86.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 37 98 155 0.76 0.37 0 0.39 208.98 0.61 0.38
Hex 25 62 9B 4C 25 0 27 D1 3D 26
Octal 45 142 233 114 45 0 47 321 75 46
Binary 100101 1100010 10011011 1001100 100101 0 100111 11010001 111101 100110

Color Harmonies of #25629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25629B

Black with #25629B

Text Example


Text Example

White with #25629B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25629B; }

 p { color: rgb(37,98,155); }

 H1.HeaderClassName
 {
   color: #25629B;
 }
 .AnyTagClassName
 {
   color: #25629B;
 }
</style>

background-color css

<style>
 a { background-color: #25629B; }

 a { background-color: rgb(37,98,155); }

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

border-color css

<style>
 span { border-color: #25629B; }

 span { border-color: rgb(37,98,155); }

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