Html Css Color HEX #25538E Endeavour

📋 copy color: '#25538E'

red 37 ◦ green 83 ◦ blue 142

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

Shades of Endeavour #25538E

Tints of Endeavour #25538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 54.2%

R = 14.12%
G = 31.68%
B = 54.2%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25538E (or 0x25538E) is known color: Endeavour. HEX triplet: 25, 53 and 8E. RGB value is (37,83,142). Sum of RGB (Red+Green+Blue) = 37+83+142=262 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.12% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 142 (55.86% from 255 or 54.20% from 262); Max value from RGB is 142 - color contains mainly: blue. Hex color #25538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25538E is #DAAC71. Grayscale: #4B4B4B. Windows color (decimal): -14330994 or 9327397. OLE color: 9327397.

HSL color Cylindrical-coordinate representation of color #25538E: hue angle of 213.71º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25538E is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 83 142 -
CMYK 0.74 0.42 0 0.44
HSL 213.71º 0.59% 0.35% -
HSV(B) 213.71º 0.74% 0.56% -
XYZ 8.74 8.53 26.78 -
YUV 75.97 165.26 100.2 -
System Red Green Blue C M Y K H S L
Decimal 37 83 142 0.74 0.42 0 0.44 213.71 0.59 0.35
Hex 25 53 8E 4A 2A 0 2C D6 3B 23
Octal 45 123 216 112 52 0 54 326 73 43
Binary 100101 1010011 10001110 1001010 101010 0 101100 11010110 111011 100011

Color Harmonies of #25538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25538E

Black with #25538E

Text Example


Text Example

White with #25538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25538E; }

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

 H1.HeaderClassName
 {
   color: #25538E;
 }
 .AnyTagClassName
 {
   color: #25538E;
 }
</style>

background-color css

<style>
 a { background-color: #25538E; }

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

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

border-color css

<style>
 span { border-color: #25538E; }

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

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