Html Css Color HEX #25589C Endeavour

📋 copy color: '#25589C'

red 37 ◦ green 88 ◦ blue 156

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

Shades of Endeavour #25589C

Tints of Endeavour #25589C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.32%

 BLUE value IS 156 (61.33% from 255) = 55.52%

R = 13.17%
G = 31.32%
B = 55.52%

CMYK

 C value IS 0.76

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25589C (or 0x25589C) is known color: Endeavour. HEX triplet: 25, 58 and 9C. RGB value is (37,88,156). Sum of RGB (Red+Green+Blue) = 37+88+156=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #25589C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25589C is #DAA763. Grayscale: #505050. Windows color (decimal): -14329700 or 10246181. OLE color: 10246181.

HSL color Cylindrical-coordinate representation of color #25589C: hue angle of 214.29º degrees, saturation: 0.62, 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 #25589C is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 88 156 -
CMYK 0.76 0.44 0 0.39
HSL 214.29º 0.62% 0.38% -
HSV(B) 214.29º 0.76% 0.61% -
XYZ 10.25 9.77 32.8 -
YUV 80.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 37 88 156 0.76 0.44 0 0.39 214.29 0.62 0.38
Hex 25 58 9C 4C 2C 0 27 D6 3E 26
Octal 45 130 234 114 54 0 47 326 76 46
Binary 100101 1011000 10011100 1001100 101100 0 100111 11010110 111110 100110

Color Harmonies of #25589C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25589C

Black with #25589C

Text Example


Text Example

White with #25589C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25589C; }

 p { color: rgb(37,88,156); }

 H1.HeaderClassName
 {
   color: #25589C;
 }
 .AnyTagClassName
 {
   color: #25589C;
 }
</style>

background-color css

<style>
 a { background-color: #25589C; }

 a { background-color: rgb(37,88,156); }

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

border-color css

<style>
 span { border-color: #25589C; }

 span { border-color: rgb(37,88,156); }

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