Html Css Color HEX #25608D Endeavour

📋 copy color: '#25608D'

red 37 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #25608D

Tints of Endeavour #25608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 35.04%

 BLUE value IS 141 (55.47% from 255) = 51.46%

R = 13.5%
G = 35.04%
B = 51.46%

CMYK

 C value IS 0.74

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25608D (or 0x25608D) is known color: Endeavour. HEX triplet: 25, 60 and 8D. RGB value is (37,96,141). Sum of RGB (Red+Green+Blue) = 37+96+141=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 96 (37.89% from 255 or 35.04% from 274); Blue value is 141 (55.47% from 255 or 51.46% from 274); Max value from RGB is 141 - color contains mainly: blue. Hex color #25608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25608D is #DA9F72. Grayscale: #535353. Windows color (decimal): -14327667 or 9265189. OLE color: 9265189.

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

Color convert

RGB 37 96 141 -
CMYK 0.74 0.32 0 0.45
HSL 205.96º 0.58% 0.35% -
HSV(B) 205.96º 0.74% 0.55% -
XYZ 9.75 10.68 26.75 -
YUV 83.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 37 96 141 0.74 0.32 0 0.45 205.96 0.58 0.35
Hex 25 60 8D 4A 20 0 2D CE 3A 23
Octal 45 140 215 112 40 0 55 316 72 43
Binary 100101 1100000 10001101 1001010 100000 0 101101 11001110 111010 100011

Color Harmonies of #25608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25608D

Black with #25608D

Text Example


Text Example

White with #25608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,96,141); }

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

background-color css

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

 a { background-color: rgb(37,96,141); }

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

border-color css

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

 span { border-color: rgb(37,96,141); }

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