Html Css Color HEX #25539A Endeavour

📋 copy color: '#25539A'

red 37 ◦ green 83 ◦ blue 154

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

Shades of Endeavour #25539A

Tints of Endeavour #25539A

RGB

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

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

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

R = 13.5%
G = 30.29%
B = 56.2%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#25539A (or 0x25539A) is known color: Endeavour. HEX triplet: 25, 53 and 9A. RGB value is (37,83,154). Sum of RGB (Red+Green+Blue) = 37+83+154=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #25539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25539A is #DAAC65. Grayscale: #4D4D4D. Windows color (decimal): -14330982 or 10113829. OLE color: 10113829.

HSL color Cylindrical-coordinate representation of color #25539A: hue angle of 216.41º 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 #25539A is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 83 154 -
CMYK 0.76 0.46 0 0.40
HSL 216.41º 0.61% 0.37% -
HSV(B) 216.41º 0.76% 0.6% -
XYZ 9.69 8.91 31.78 -
YUV 77.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 37 83 154 0.76 0.46 0 0.40 216.41 0.61 0.37
Hex 25 53 9A 4C 2E 0 28 D8 3D 25
Octal 45 123 232 114 56 0 50 330 75 45
Binary 100101 1010011 10011010 1001100 101110 0 101000 11011000 111101 100101

Color Harmonies of #25539A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25539A

Black with #25539A

Text Example


Text Example

White with #25539A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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