Html Css Color HEX #25559F Endeavour

📋 copy color: '#25559F'

red 37 ◦ green 85 ◦ blue 159

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

Shades of Endeavour #25559F

Tints of Endeavour #25559F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 56.58%

R = 13.17%
G = 30.25%
B = 56.58%

CMYK

 C value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25559F (or 0x25559F) is known color: Endeavour. HEX triplet: 25, 55 and 9F. RGB value is (37,85,159). Sum of RGB (Red+Green+Blue) = 37+85+159=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #25559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25559F is #DAAA60. Grayscale: #4E4E4E. Windows color (decimal): -14330465 or 10442021. OLE color: 10442021.

HSL color Cylindrical-coordinate representation of color #25559F: hue angle of 216.39º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #25559F is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 85 159 -
CMYK 0.77 0.47 0 0.38
HSL 216.39º 0.62% 0.38% -
HSV(B) 216.39º 0.77% 0.62% -
XYZ 10.27 9.39 34.07 -
YUV 79.08 173.1 97.98 -
System Red Green Blue C M Y K H S L
Decimal 37 85 159 0.77 0.47 0 0.38 216.39 0.62 0.38
Hex 25 55 9F 4D 2F 0 26 D8 3E 26
Octal 45 125 237 115 57 0 46 330 76 46
Binary 100101 1010101 10011111 1001101 101111 0 100110 11011000 111110 100110

Color Harmonies of #25559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25559F

Black with #25559F

Text Example


Text Example

White with #25559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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