Html Css Color HEX #25529B Endeavour

📋 copy color: '#25529B'

red 37 ◦ green 82 ◦ blue 155

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

Shades of Endeavour #25529B

Tints of Endeavour #25529B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.93%

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

R = 13.5%
G = 29.93%
B = 56.57%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#25529B (or 0x25529B) is known color: Endeavour. HEX triplet: 25, 52 and 9B. RGB value is (37,82,155). Sum of RGB (Red+Green+Blue) = 37+82+155=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #25529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25529B is #DAAD64. Grayscale: #4C4C4C. Windows color (decimal): -14331237 or 10179109. OLE color: 10179109.

HSL color Cylindrical-coordinate representation of color #25529B: hue angle of 217.12º 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 #25529B is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 82 155 -
CMYK 0.76 0.47 0 0.39
HSL 217.12º 0.61% 0.38% -
HSV(B) 217.12º 0.76% 0.61% -
XYZ 9.7 8.79 32.2 -
YUV 76.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 37 82 155 0.76 0.47 0 0.39 217.12 0.61 0.38
Hex 25 52 9B 4C 2F 0 27 D9 3D 26
Octal 45 122 233 114 57 0 47 331 75 46
Binary 100101 1010010 10011011 1001100 101111 0 100111 11011001 111101 100110

Color Harmonies of #25529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25529B

Black with #25529B

Text Example


Text Example

White with #25529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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