Html Css Color HEX #32618A Endeavour

📋 copy color: '#32618A'

red 50 ◦ green 97 ◦ blue 138

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

Shades of Endeavour #32618A

Tints of Endeavour #32618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.04%

 BLUE value IS 138 (54.3% from 255) = 48.42%

R = 17.54%
G = 34.04%
B = 48.42%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#32618A (or 0x32618A) is known color: Endeavour. HEX triplet: 32, 61 and 8A. RGB value is (50,97,138). Sum of RGB (Red+Green+Blue) = 50+97+138=285 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.54% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #32618A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32618A is #CD9E75. Grayscale: #575757. Windows color (decimal): -13475446 or 9068850. OLE color: 9068850.

HSL color Cylindrical-coordinate representation of color #32618A: hue angle of 207.95º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32618A is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 97 138 -
CMYK 0.64 0.30 0 0.46
HSL 207.95º 0.47% 0.37% -
HSV(B) 207.95º 0.64% 0.54% -
XYZ 10.18 11.06 25.64 -
YUV 87.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 50 97 138 0.64 0.30 0 0.46 207.95 0.47 0.37
Hex 32 61 8A 40 1E 0 2E D0 2F 25
Octal 62 141 212 100 36 0 56 320 57 45
Binary 110010 1100001 10001010 1000000 11110 0 101110 11010000 101111 100101

Color Harmonies of #32618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32618A

Black with #32618A

Text Example


Text Example

White with #32618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32618A; }

 p { color: rgb(50,97,138); }

 H1.HeaderClassName
 {
   color: #32618A;
 }
 .AnyTagClassName
 {
   color: #32618A;
 }
</style>

background-color css

<style>
 a { background-color: #32618A; }

 a { background-color: rgb(50,97,138); }

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

border-color css

<style>
 span { border-color: #32618A; }

 span { border-color: rgb(50,97,138); }

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