Html Css Color HEX #25559B Endeavour

📋 copy color: '#25559B'

red 37 ◦ green 85 ◦ blue 155

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

Shades of Endeavour #25559B

Tints of Endeavour #25559B

RGB

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

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

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

R = 13.36%
G = 30.69%
B = 55.96%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25559B (or 0x25559B) is known color: Endeavour. HEX triplet: 25, 55 and 9B. RGB value is (37,85,155). Sum of RGB (Red+Green+Blue) = 37+85+155=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 85 (33.59% from 255 or 30.69% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #25559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25559B is #DAAA64. Grayscale: #4E4E4E. Windows color (decimal): -14330469 or 10179877. OLE color: 10179877.

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

Color convert

RGB 37 85 155 -
CMYK 0.76 0.45 0 0.39
HSL 215.59º 0.61% 0.38% -
HSV(B) 215.59º 0.76% 0.61% -
XYZ 9.93 9.26 32.27 -
YUV 78.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 37 85 155 0.76 0.45 0 0.39 215.59 0.61 0.38
Hex 25 55 9B 4C 2D 0 27 D8 3D 26
Octal 45 125 233 114 55 0 47 330 75 46
Binary 100101 1010101 10011011 1001100 101101 0 100111 11011000 111101 100110

Color Harmonies of #25559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25559B

Black with #25559B

Text Example


Text Example

White with #25559B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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