Html Css Color HEX #25628C Endeavour

📋 copy color: '#25628C'

red 37 ◦ green 98 ◦ blue 140

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

Shades of Endeavour #25628C

Tints of Endeavour #25628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.91%

R = 13.45%
G = 35.64%
B = 50.91%

CMYK

 C value IS 0.74

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25628C (or 0x25628C) is known color: Endeavour. HEX triplet: 25, 62 and 8C. RGB value is (37,98,140). Sum of RGB (Red+Green+Blue) = 37+98+140=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #25628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25628C is #DA9D73. Grayscale: #545454. Windows color (decimal): -14327156 or 9200165. OLE color: 9200165.

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

Color convert

RGB 37 98 140 -
CMYK 0.74 0.3 0 0.45
HSL 204.47º 0.58% 0.35% -
HSV(B) 204.47º 0.74% 0.55% -
XYZ 9.86 11.02 26.42 -
YUV 84.55 159.29 94.08 -
System Red Green Blue C M Y K H S L
Decimal 37 98 140 0.74 0.3 0 0.45 204.47 0.58 0.35
Hex 25 62 8C 4A 1E 0 2D CC 3A 23
Octal 45 142 214 112 36 0 55 314 72 43
Binary 100101 1100010 10001100 1001010 11110 0 101101 11001100 111010 100011

Color Harmonies of #25628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25628C

Black with #25628C

Text Example


Text Example

White with #25628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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