Html Css Color HEX #25558A Endeavour

📋 copy color: '#25558A'

red 37 ◦ green 85 ◦ blue 138

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

Shades of Endeavour #25558A

Tints of Endeavour #25558A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 53.08%

R = 14.23%
G = 32.69%
B = 53.08%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#25558A (or 0x25558A) is known color: Endeavour. HEX triplet: 25, 55 and 8A. RGB value is (37,85,138). Sum of RGB (Red+Green+Blue) = 37+85+138=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 138 (54.30% from 255 or 53.08% from 260); Max value from RGB is 138 - color contains mainly: blue. Hex color #25558A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25558A is #DAAA75. Grayscale: #4C4C4C. Windows color (decimal): -14330486 or 9065765. OLE color: 9065765.

HSL color Cylindrical-coordinate representation of color #25558A: hue angle of 211.49º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #25558A is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 85 138 -
CMYK 0.73 0.38 0 0.46
HSL 211.49º 0.58% 0.34% -
HSV(B) 211.49º 0.73% 0.54% -
XYZ 8.6 8.73 25.28 -
YUV 76.69 162.6 99.69 -
System Red Green Blue C M Y K H S L
Decimal 37 85 138 0.73 0.38 0 0.46 211.49 0.58 0.34
Hex 25 55 8A 49 26 0 2E D3 3A 22
Octal 45 125 212 111 46 0 56 323 72 42
Binary 100101 1010101 10001010 1001001 100110 0 101110 11010011 111010 100010

Color Harmonies of #25558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25558A

Black with #25558A

Text Example


Text Example

White with #25558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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