Html Css Color HEX #25558B Endeavour

📋 copy color: '#25558B'

red 37 ◦ green 85 ◦ blue 139

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

Shades of Endeavour #25558B

Tints of Endeavour #25558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 53.26%

R = 14.18%
G = 32.57%
B = 53.26%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25558B (or 0x25558B) is known color: Endeavour. HEX triplet: 25, 55 and 8B. RGB value is (37,85,139). Sum of RGB (Red+Green+Blue) = 37+85+139=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #25558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25558B is #DAAA74. Grayscale: #4C4C4C. Windows color (decimal): -14330485 or 9131301. OLE color: 9131301.

HSL color Cylindrical-coordinate representation of color #25558B: hue angle of 211.76º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25558B is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 85 139 -
CMYK 0.73 0.39 0 0.45
HSL 211.76º 0.58% 0.35% -
HSV(B) 211.76º 0.73% 0.55% -
XYZ 8.67 8.75 25.66 -
YUV 76.8 163.1 99.61 -
System Red Green Blue C M Y K H S L
Decimal 37 85 139 0.73 0.39 0 0.45 211.76 0.58 0.35
Hex 25 55 8B 49 27 0 2D D4 3A 23
Octal 45 125 213 111 47 0 55 324 72 43
Binary 100101 1010101 10001011 1001001 100111 0 101101 11010100 111010 100011

Color Harmonies of #25558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25558B

Black with #25558B

Text Example


Text Example

White with #25558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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