Html Css Color HEX #32628D Endeavour

📋 copy color: '#32628D'

red 50 ◦ green 98 ◦ blue 141

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

Shades of Endeavour #32628D

Tints of Endeavour #32628D

RGB

 RED value IS 50 (19.92% from 255) = 17.3%

 GREEN value IS 98 (38.67% from 255) = 33.91%

 BLUE value IS 141 (55.47% from 255) = 48.79%

R = 17.3%
G = 33.91%
B = 48.79%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32628D (or 0x32628D) is known color: Endeavour. HEX triplet: 32, 62 and 8D. RGB value is (50,98,141). Sum of RGB (Red+Green+Blue) = 50+98+141=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #32628D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32628D is #CD9D72. Grayscale: #585858. Windows color (decimal): -13475187 or 9265714. OLE color: 9265714.

HSL color Cylindrical-coordinate representation of color #32628D: hue angle of 208.35º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32628D is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 98 141 -
CMYK 0.65 0.30 0 0.45
HSL 208.35º 0.48% 0.37% -
HSV(B) 208.35º 0.65% 0.55% -
XYZ 10.49 11.34 26.83 -
YUV 88.55 157.6 100.5 -
System Red Green Blue C M Y K H S L
Decimal 50 98 141 0.65 0.30 0 0.45 208.35 0.48 0.37
Hex 32 62 8D 41 1E 0 2D D0 30 25
Octal 62 142 215 101 36 0 55 320 60 45
Binary 110010 1100010 10001101 1000001 11110 0 101101 11010000 110000 100101

Color Harmonies of #32628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32628D

Black with #32628D

Text Example


Text Example

White with #32628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32628D; }

 p { color: rgb(50,98,141); }

 H1.HeaderClassName
 {
   color: #32628D;
 }
 .AnyTagClassName
 {
   color: #32628D;
 }
</style>

background-color css

<style>
 a { background-color: #32628D; }

 a { background-color: rgb(50,98,141); }

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

border-color css

<style>
 span { border-color: #32628D; }

 span { border-color: rgb(50,98,141); }

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