Html Css Color HEX #25648E Endeavour

📋 copy color: '#25648E'

red 37 ◦ green 100 ◦ blue 142

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

Shades of Endeavour #25648E

Tints of Endeavour #25648E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 35.84%

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

R = 13.26%
G = 35.84%
B = 50.9%

CMYK

 C value IS 0.74

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#25648E (or 0x25648E) is known color: Endeavour. HEX triplet: 25, 64 and 8E. RGB value is (37,100,142). Sum of RGB (Red+Green+Blue) = 37+100+142=279 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.26% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #25648E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25648E is #DA9B71. Grayscale: #555555. Windows color (decimal): -14326642 or 9331749. OLE color: 9331749.

HSL color Cylindrical-coordinate representation of color #25648E: hue angle of 204º 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 #25648E is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 37 100 142 -
CMYK 0.74 0.30 0 0.44
HSL 204º 0.59% 0.35% -
HSV(B) 204º 0.74% 0.56% -
XYZ 10.2 11.46 27.27 -
YUV 85.95 159.63 93.08 -
System Red Green Blue C M Y K H S L
Decimal 37 100 142 0.74 0.30 0 0.44 204 0.59 0.35
Hex 25 64 8E 4A 1E 0 2C CC 3B 23
Octal 45 144 216 112 36 0 54 314 73 43
Binary 100101 1100100 10001110 1001010 11110 0 101100 11001100 111011 100011

Color Harmonies of #25648E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25648E

Black with #25648E

Text Example


Text Example

White with #25648E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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