Html Css Color HEX #25569D Endeavour

📋 copy color: '#25569D'

red 37 ◦ green 86 ◦ blue 157

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

Shades of Endeavour #25569D

Tints of Endeavour #25569D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 13.21%
G = 30.71%
B = 56.07%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#25569D (or 0x25569D) is known color: Endeavour. HEX triplet: 25, 56 and 9D. RGB value is (37,86,157). Sum of RGB (Red+Green+Blue) = 37+86+157=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #25569D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25569D is #DAA962. Grayscale: #4F4F4F. Windows color (decimal): -14330211 or 10311205. OLE color: 10311205.

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

Color convert

RGB 37 86 157 -
CMYK 0.76 0.45 0 0.38
HSL 215.5º 0.62% 0.38% -
HSV(B) 215.5º 0.76% 0.62% -
XYZ 10.18 9.48 33.19 -
YUV 79.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 37 86 157 0.76 0.45 0 0.38 215.5 0.62 0.38
Hex 25 56 9D 4C 2D 0 26 D8 3E 26
Octal 45 126 235 114 55 0 46 330 76 46
Binary 100101 1010110 10011101 1001100 101101 0 100110 11011000 111110 100110

Color Harmonies of #25569D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25569D

Black with #25569D

Text Example


Text Example

White with #25569D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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