Html Css Color HEX #25628A Endeavour

📋 copy color: '#25628A'

red 37 ◦ green 98 ◦ blue 138

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

Shades of Endeavour #25628A

Tints of Endeavour #25628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 13.55%
G = 35.9%
B = 50.55%

CMYK

 C value IS 0.73

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25628A (or 0x25628A) is known color: Endeavour. HEX triplet: 25, 62 and 8A. RGB value is (37,98,138). Sum of RGB (Red+Green+Blue) = 37+98+138=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #25628A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628A is #DA9D75. Grayscale: #545454. Windows color (decimal): -14327158 or 9069093. OLE color: 9069093.

HSL color Cylindrical-coordinate representation of color #25628A: hue angle of 203.76º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25628A is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 98 138 -
CMYK 0.73 0.29 0 0.46
HSL 203.76º 0.58% 0.34% -
HSV(B) 203.76º 0.73% 0.54% -
XYZ 9.72 10.96 25.65 -
YUV 84.32 158.29 94.25 -
System Red Green Blue C M Y K H S L
Decimal 37 98 138 0.73 0.29 0 0.46 203.76 0.58 0.34
Hex 25 62 8A 49 1D 0 2E CC 3A 22
Octal 45 142 212 111 35 0 56 314 72 42
Binary 100101 1100010 10001010 1001001 11101 0 101110 11001100 111010 100010

Color Harmonies of #25628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25628A

Black with #25628A

Text Example


Text Example

White with #25628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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