Html Css Color HEX #25638D Endeavour

📋 copy color: '#25638D'

red 37 ◦ green 99 ◦ blue 141

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

Shades of Endeavour #25638D

Tints of Endeavour #25638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.74%

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

R = 13.36%
G = 35.74%
B = 50.9%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25638D (or 0x25638D) is known color: Endeavour. HEX triplet: 25, 63 and 8D. RGB value is (37,99,141). Sum of RGB (Red+Green+Blue) = 37+99+141=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #25638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25638D is #DA9C72. Grayscale: #555555. Windows color (decimal): -14326899 or 9265957. OLE color: 9265957.

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

Color convert

RGB 37 99 141 -
CMYK 0.74 0.30 0 0.45
HSL 204.23º 0.58% 0.35% -
HSV(B) 204.23º 0.74% 0.55% -
XYZ 10.03 11.24 26.84 -
YUV 85.25 159.46 93.58 -
System Red Green Blue C M Y K H S L
Decimal 37 99 141 0.74 0.30 0 0.45 204.23 0.58 0.35
Hex 25 63 8D 4A 1E 0 2D CC 3A 23
Octal 45 143 215 112 36 0 55 314 72 43
Binary 100101 1100011 10001101 1001010 11110 0 101101 11001100 111010 100011

Color Harmonies of #25638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25638D

Black with #25638D

Text Example


Text Example

White with #25638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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