Html Css Color HEX #25559D Endeavour

📋 copy color: '#25559D'

red 37 ◦ green 85 ◦ blue 157

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

Shades of Endeavour #25559D

Tints of Endeavour #25559D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

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

R = 13.26%
G = 30.47%
B = 56.27%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25559D (or 0x25559D) is known color: Endeavour. HEX triplet: 25, 55 and 9D. RGB value is (37,85,157). Sum of RGB (Red+Green+Blue) = 37+85+157=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #25559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25559D is #DAAA62. Grayscale: #4E4E4E. Windows color (decimal): -14330467 or 10310949. OLE color: 10310949.

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

Color convert

RGB 37 85 157 -
CMYK 0.76 0.46 0 0.38
HSL 216º 0.62% 0.38% -
HSV(B) 216º 0.76% 0.62% -
XYZ 10.1 9.32 33.17 -
YUV 78.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 37 85 157 0.76 0.46 0 0.38 216 0.62 0.38
Hex 25 55 9D 4C 2E 0 26 D8 3E 26
Octal 45 125 235 114 56 0 46 330 76 46
Binary 100101 1010101 10011101 1001100 101110 0 100110 11011000 111110 100110

Color Harmonies of #25559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25559D

Black with #25559D

Text Example


Text Example

White with #25559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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