Html Css Color HEX #25539B Endeavour

📋 copy color: '#25539B'

red 37 ◦ green 83 ◦ blue 155

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

Shades of Endeavour #25539B

Tints of Endeavour #25539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 13.45%
G = 30.18%
B = 56.36%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25539B (or 0x25539B) is known color: Endeavour. HEX triplet: 25, 53 and 9B. RGB value is (37,83,155). Sum of RGB (Red+Green+Blue) = 37+83+155=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #25539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25539B is #DAAC64. Grayscale: #4D4D4D. Windows color (decimal): -14330981 or 10179365. OLE color: 10179365.

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

Color convert

RGB 37 83 155 -
CMYK 0.76 0.46 0 0.39
HSL 216.61º 0.61% 0.38% -
HSV(B) 216.61º 0.76% 0.61% -
XYZ 9.77 8.95 32.22 -
YUV 77.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 37 83 155 0.76 0.46 0 0.39 216.61 0.61 0.38
Hex 25 53 9B 4C 2E 0 27 D9 3D 26
Octal 45 123 233 114 56 0 47 331 75 46
Binary 100101 1010011 10011011 1001100 101110 0 100111 11011001 111101 100110

Color Harmonies of #25539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25539B

Black with #25539B

Text Example


Text Example

White with #25539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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