Html Css Color HEX #25648C Endeavour

📋 copy color: '#25648C'

red 37 ◦ green 100 ◦ blue 140

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

Shades of Endeavour #25648C

Tints of Endeavour #25648C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 13.36%
G = 36.1%
B = 50.54%

CMYK

 C value IS 0.74

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#25648C (or 0x25648C) is known color: Endeavour. HEX triplet: 25, 64 and 8C. RGB value is (37,100,140). Sum of RGB (Red+Green+Blue) = 37+100+140=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #25648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #25648C is #DA9B73. Grayscale: #555555. Windows color (decimal): -14326644 or 9200677. OLE color: 9200677.

HSL color Cylindrical-coordinate representation of color #25648C: hue angle of 203.3º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25648C is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 37 100 140 -
CMYK 0.74 0.29 0 0.45
HSL 203.3º 0.58% 0.35% -
HSV(B) 203.3º 0.74% 0.55% -
XYZ 10.05 11.4 26.48 -
YUV 85.72 158.63 93.25 -
System Red Green Blue C M Y K H S L
Decimal 37 100 140 0.74 0.29 0 0.45 203.3 0.58 0.35
Hex 25 64 8C 4A 1D 0 2D CB 3A 23
Octal 45 144 214 112 35 0 55 313 72 43
Binary 100101 1100100 10001100 1001010 11101 0 101101 11001011 111010 100011

Color Harmonies of #25648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25648C

Black with #25648C

Text Example


Text Example

White with #25648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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