Html Css Color HEX #25538D Endeavour

📋 copy color: '#25538D'

red 37 ◦ green 83 ◦ blue 141

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

Shades of Endeavour #25538D

Tints of Endeavour #25538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.8%

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

R = 14.18%
G = 31.8%
B = 54.02%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25538D (or 0x25538D) is known color: Endeavour. HEX triplet: 25, 53 and 8D. RGB value is (37,83,141). Sum of RGB (Red+Green+Blue) = 37+83+141=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #25538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538D is #DAAC72. Grayscale: #4B4B4B. Windows color (decimal): -14330995 or 9261861. OLE color: 9261861.

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

Color convert

RGB 37 83 141 -
CMYK 0.74 0.41 0 0.45
HSL 213.46º 0.58% 0.35% -
HSV(B) 213.46º 0.74% 0.55% -
XYZ 8.66 8.5 26.38 -
YUV 75.86 164.76 100.28 -
System Red Green Blue C M Y K H S L
Decimal 37 83 141 0.74 0.41 0 0.45 213.46 0.58 0.35
Hex 25 53 8D 4A 29 0 2D D5 3A 23
Octal 45 123 215 112 51 0 55 325 72 43
Binary 100101 1010011 10001101 1001010 101001 0 101101 11010101 111010 100011

Color Harmonies of #25538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25538D

Black with #25538D

Text Example


Text Example

White with #25538D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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