Html Css Color HEX #25628B Endeavour

📋 copy color: '#25628B'

red 37 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #25628B

Tints of Endeavour #25628B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 13.5%
G = 35.77%
B = 50.73%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25628B (or 0x25628B) is known color: Endeavour. HEX triplet: 25, 62 and 8B. RGB value is (37,98,139). Sum of RGB (Red+Green+Blue) = 37+98+139=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #25628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628B is #DA9D74. Grayscale: #545454. Windows color (decimal): -14327157 or 9134629. OLE color: 9134629.

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

Color convert

RGB 37 98 139 -
CMYK 0.73 0.29 0 0.45
HSL 204.12º 0.58% 0.35% -
HSV(B) 204.12º 0.73% 0.55% -
XYZ 9.79 10.99 26.03 -
YUV 84.44 158.79 94.17 -
System Red Green Blue C M Y K H S L
Decimal 37 98 139 0.73 0.29 0 0.45 204.12 0.58 0.35
Hex 25 62 8B 49 1D 0 2D CC 3A 23
Octal 45 142 213 111 35 0 55 314 72 43
Binary 100101 1100010 10001011 1001001 11101 0 101101 11001100 111010 100011

Color Harmonies of #25628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25628B

Black with #25628B

Text Example


Text Example

White with #25628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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