Html Css Color HEX #32598B Endeavour

📋 copy color: '#32598B'

red 50 ◦ green 89 ◦ blue 139

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

Shades of Endeavour #32598B

Tints of Endeavour #32598B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.01%

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

R = 17.99%
G = 32.01%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32598B (or 0x32598B) is known color: Endeavour. HEX triplet: 32, 59 and 8B. RGB value is (50,89,139). Sum of RGB (Red+Green+Blue) = 50+89+139=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #32598B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32598B is #CDA674. Grayscale: #525252. Windows color (decimal): -13477493 or 9132338. OLE color: 9132338.

HSL color Cylindrical-coordinate representation of color #32598B: hue angle of 213.71º 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 #32598B is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 89 139 -
CMYK 0.64 0.36 0 0.45
HSL 213.71º 0.47% 0.37% -
HSV(B) 213.71º 0.64% 0.55% -
XYZ 9.55 9.69 25.79 -
YUV 83.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 50 89 139 0.64 0.36 0 0.45 213.71 0.47 0.37
Hex 32 59 8B 40 24 0 2D D6 2F 25
Octal 62 131 213 100 44 0 55 326 57 45
Binary 110010 1011001 10001011 1000000 100100 0 101101 11010110 101111 100101

Color Harmonies of #32598B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32598B

Black with #32598B

Text Example


Text Example

White with #32598B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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