Html Css Color HEX #32628B Endeavour

📋 copy color: '#32628B'

red 50 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #32628B

Tints of Endeavour #32628B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 17.42%
G = 34.15%
B = 48.43%

CMYK

 C value IS 0.64

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32628B (or 0x32628B) is known color: Endeavour. HEX triplet: 32, 62 and 8B. RGB value is (50,98,139). Sum of RGB (Red+Green+Blue) = 50+98+139=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #32628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32628B is #CD9D74. Grayscale: #585858. Windows color (decimal): -13475189 or 9134642. OLE color: 9134642.

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

Color convert

RGB 50 98 139 -
CMYK 0.64 0.29 0 0.45
HSL 207.64º 0.47% 0.37% -
HSV(B) 207.64º 0.64% 0.55% -
XYZ 10.34 11.28 26.06 -
YUV 88.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 50 98 139 0.64 0.29 0 0.45 207.64 0.47 0.37
Hex 32 62 8B 40 1D 0 2D D0 2F 25
Octal 62 142 213 100 35 0 55 320 57 45
Binary 110010 1100010 10001011 1000000 11101 0 101101 11010000 101111 100101

Color Harmonies of #32628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32628B

Black with #32628B

Text Example


Text Example

White with #32628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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