Html Css Color HEX #25559A Endeavour

📋 copy color: '#25559A'

red 37 ◦ green 85 ◦ blue 154

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

Shades of Endeavour #25559A

Tints of Endeavour #25559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

 BLUE value IS 154 (60.55% from 255) = 55.8%

R = 13.41%
G = 30.8%
B = 55.8%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25559A (or 0x25559A) is known color: Endeavour. HEX triplet: 25, 55 and 9A. RGB value is (37,85,154). Sum of RGB (Red+Green+Blue) = 37+85+154=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #25559A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25559A is #DAAA65. Grayscale: #4E4E4E. Windows color (decimal): -14330470 or 10114341. OLE color: 10114341.

HSL color Cylindrical-coordinate representation of color #25559A: hue angle of 215.38º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #25559A is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 85 154 -
CMYK 0.76 0.45 0 0.40
HSL 215.38º 0.61% 0.37% -
HSV(B) 215.38º 0.76% 0.6% -
XYZ 9.84 9.22 31.83 -
YUV 78.51 170.6 98.39 -
System Red Green Blue C M Y K H S L
Decimal 37 85 154 0.76 0.45 0 0.40 215.38 0.61 0.37
Hex 25 55 9A 4C 2D 0 28 D7 3D 25
Octal 45 125 232 114 55 0 50 327 75 45
Binary 100101 1010101 10011010 1001100 101101 0 101000 11010111 111101 100101

Color Harmonies of #25559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25559A

Black with #25559A

Text Example


Text Example

White with #25559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25559A; }

 p { color: rgb(37,85,154); }

 H1.HeaderClassName
 {
   color: #25559A;
 }
 .AnyTagClassName
 {
   color: #25559A;
 }
</style>

background-color css

<style>
 a { background-color: #25559A; }

 a { background-color: rgb(37,85,154); }

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

border-color css

<style>
 span { border-color: #25559A; }

 span { border-color: rgb(37,85,154); }

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