Html Css Color HEX #25539D Endeavour

📋 copy color: '#25539D'

red 37 ◦ green 83 ◦ blue 157

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

Shades of Endeavour #25539D

Tints of Endeavour #25539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 56.68%

R = 13.36%
G = 29.96%
B = 56.68%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25539D (or 0x25539D) is known color: Endeavour. HEX triplet: 25, 53 and 9D. RGB value is (37,83,157). Sum of RGB (Red+Green+Blue) = 37+83+157=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #25539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25539D is #DAAC62. Grayscale: #4D4D4D. Windows color (decimal): -14330979 or 10310437. OLE color: 10310437.

HSL color Cylindrical-coordinate representation of color #25539D: hue angle of 217º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25539D is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 83 157 -
CMYK 0.76 0.47 0 0.38
HSL 217º 0.62% 0.38% -
HSV(B) 217º 0.76% 0.62% -
XYZ 9.94 9.01 33.11 -
YUV 77.68 172.76 98.98 -
System Red Green Blue C M Y K H S L
Decimal 37 83 157 0.76 0.47 0 0.38 217 0.62 0.38
Hex 25 53 9D 4C 2F 0 26 D9 3E 26
Octal 45 123 235 114 57 0 46 331 76 46
Binary 100101 1010011 10011101 1001100 101111 0 100110 11011001 111110 100110

Color Harmonies of #25539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25539D

Black with #25539D

Text Example


Text Example

White with #25539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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