Html Css Color HEX #25609B Endeavour

📋 copy color: '#25609B'

red 37 ◦ green 96 ◦ blue 155

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

Shades of Endeavour #25609B

Tints of Endeavour #25609B

RGB

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

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

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

R = 12.85%
G = 33.33%
B = 53.82%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25609B (or 0x25609B) is known color: Endeavour. HEX triplet: 25, 60 and 9B. RGB value is (37,96,155). Sum of RGB (Red+Green+Blue) = 37+96+155=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 96 (37.89% from 255 or 33.33% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #25609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25609B is #DA9F64. Grayscale: #545454. Windows color (decimal): -14327653 or 10182693. OLE color: 10182693.

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

Color convert

RGB 37 96 155 -
CMYK 0.76 0.38 0 0.39
HSL 210º 0.61% 0.38% -
HSV(B) 210º 0.76% 0.61% -
XYZ 10.86 11.13 32.59 -
YUV 85.09 167.45 93.7 -
System Red Green Blue C M Y K H S L
Decimal 37 96 155 0.76 0.38 0 0.39 210 0.61 0.38
Hex 25 60 9B 4C 26 0 27 D2 3D 26
Octal 45 140 233 114 46 0 47 322 75 46
Binary 100101 1100000 10011011 1001100 100110 0 100111 11010010 111101 100110

Color Harmonies of #25609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25609B

Black with #25609B

Text Example


Text Example

White with #25609B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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